Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
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()
DPrintActivity.java145 private static final int LOADER_ID_ENABLED_PRINT_SERVICES = 1; field in PrintActivity
326 getLoaderManager().initLoader(LOADER_ID_ENABLED_PRINT_SERVICES, null, this); in onCreate()
2734 getLoaderManager().getLoader(LOADER_ID_ENABLED_PRINT_SERVICES).forceLoad(); in onChanged()
2829 getLoaderManager().getLoader(LOADER_ID_ENABLED_PRINT_SERVICES).forceLoad(); in onItemSelected()