Home
last modified time | relevance | path

Searched refs:PRINT_SPOOLER_PACKAGE_NAME (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java123 mIntent.setComponent(new ComponentName(PrintManager.PRINT_SPOOLER_PACKAGE_NAME, in RemotePrintSpooler()
124 PrintManager.PRINT_SPOOLER_PACKAGE_NAME + ".model.PrintSpoolerService")); in RemotePrintSpooler()
DPrintManagerService.java292 PrintManager.PRINT_SPOOLER_PACKAGE_NAME, resolvedUserId))) { in setPrintServiceEnabled()
/frameworks/base/core/tests/coretests/src/android/print/
DBasePrintTest.java253 PrintManager.PRINT_SPOOLER_PACKAGE_NAME)) in clearPrintSpoolerData()
/frameworks/base/core/java/android/print/
DPrintManager.java126 public static final String PRINT_SPOOLER_PACKAGE_NAME = "com.android.printspooler"; field in PrintManager
/frameworks/base/services/core/java/com/android/server/pm/
DDefaultPermissionGrantPolicy.java582 PrintManager.PRINT_SPOOLER_PACKAGE_NAME); in grantDefaultSystemHandlerPermissions()