Home
last modified time | relevance | path

Searched refs:LOADER_ID_ENABLED_PRINT_SERVICES (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java82 private static final int LOADER_ID_ENABLED_PRINT_SERVICES = 3; field in SelectPrinterActivity
181 getLoaderManager().initLoader(LOADER_ID_ENABLED_PRINT_SERVICES, null, this); in onCreate()
H A DPrintActivity.java144 private static final int LOADER_ID_ENABLED_PRINT_SERVICES = 1; field in PrintActivity
325 getLoaderManager().initLoader(LOADER_ID_ENABLED_PRINT_SERVICES, null, this); in onCreate()
2733 getLoaderManager().getLoader(LOADER_ID_ENABLED_PRINT_SERVICES).forceLoad(); in onChanged()
2828 getLoaderManager().getLoader(LOADER_ID_ENABLED_PRINT_SERVICES).forceLoad(); in onItemSelected()