Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt27 import android.print.PrintManager.PRINT_SPOOLER_PACKAGE_NAME
237 const val TEST_SYSTEM_PACKAGE_NAME = PRINT_SPOOLER_PACKAGE_NAME
DPartialConversationInfoTest.java21 import static android.print.PrintManager.PRINT_SPOOLER_PACKAGE_NAME;
81 private static final String TEST_SYSTEM_PACKAGE_NAME = PRINT_SPOOLER_PACKAGE_NAME;
DNotificationInfoTest.java24 import static android.print.PrintManager.PRINT_SPOOLER_PACKAGE_NAME;
92 private static final String TEST_SYSTEM_PACKAGE_NAME = PRINT_SPOOLER_PACKAGE_NAME;
DNotificationConversationInfoTest.java24 import static android.print.PrintManager.PRINT_SPOOLER_PACKAGE_NAME;
110 private static final String TEST_SYSTEM_PACKAGE_NAME = PRINT_SPOOLER_PACKAGE_NAME;
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java134 mIntent.setComponent(new ComponentName(PrintManager.PRINT_SPOOLER_PACKAGE_NAME, in RemotePrintSpooler()
135 PrintManager.PRINT_SPOOLER_PACKAGE_NAME + ".model.PrintSpoolerService")); in RemotePrintSpooler()
DPrintManagerService.java345 PrintManager.PRINT_SPOOLER_PACKAGE_NAME, resolvedUserId))) { in setPrintServiceEnabled()
/frameworks/base/core/java/android/print/
DPrintManager.java124 public static final String PRINT_SPOOLER_PACKAGE_NAME = "com.android.printspooler"; field in PrintManager
/frameworks/base/services/core/java/com/android/server/pm/permission/
DDefaultPermissionGrantPolicy.java773 grantSystemFixedPermissionsToSystemPackage(pm, PrintManager.PRINT_SPOOLER_PACKAGE_NAME, in grantDefaultSystemHandlerPermissions()