Searched refs:PRINT_SPOOLER_PACKAGE_NAME (Results 1 – 7 of 7) sorted by relevance
27 import android.print.PrintManager.PRINT_SPOOLER_PACKAGE_NAME190 const val TEST_SYSTEM_PACKAGE_NAME = PRINT_SPOOLER_PACKAGE_NAME
24 import static android.print.PrintManager.PRINT_SPOOLER_PACKAGE_NAME;96 private static final String TEST_SYSTEM_PACKAGE_NAME = PRINT_SPOOLER_PACKAGE_NAME;
134 mIntent.setComponent(new ComponentName(PrintManager.PRINT_SPOOLER_PACKAGE_NAME, in RemotePrintSpooler()135 PrintManager.PRINT_SPOOLER_PACKAGE_NAME + ".model.PrintSpoolerService")); in RemotePrintSpooler()
344 PrintManager.PRINT_SPOOLER_PACKAGE_NAME, resolvedUserId))) { in setPrintServiceEnabled()
296 || pkg.packageName.equals(PrintManager.PRINT_SPOOLER_PACKAGE_NAME) in isSystemPackage()
124 public static final String PRINT_SPOOLER_PACKAGE_NAME = "com.android.printspooler"; field in PrintManager
684 grantSystemFixedPermissionsToSystemPackage(PrintManager.PRINT_SPOOLER_PACKAGE_NAME, userId, in grantDefaultSystemHandlerPermissions()