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

/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 class:SelectPrinterActivity
181 getLoaderManager().initLoader(LOADER_ID_ENABLED_PRINT_SERVICES, null, this);
H A DPrintActivity.java145 private static final int LOADER_ID_ENABLED_PRINT_SERVICES = 1; field in class:PrintActivity
326 getLoaderManager().initLoader(LOADER_ID_ENABLED_PRINT_SERVICES, null, this);
2734 getLoaderManager().getLoader(LOADER_ID_ENABLED_PRINT_SERVICES).forceLoad();
2829 getLoaderManager().getLoader(LOADER_ID_ENABLED_PRINT_SERVICES).forceLoad();

Completed in 61 milliseconds