Home
last modified time | relevance | path

Searched refs:PKG_2 (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java73 private static final String PKG_2 = "package_2"; field in CarHeadsUpNotificationManagerTest
208 new StatusBarNotification(PKG_2, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
240 setPackageInfo(PKG_2, /* isSystem= */ false, /* isSignedWithPlatformKey= */ false); in maybeShowHeadsUp_isNotImportant_returnsFalseAndNotAddedToQueue()
252 setPackageInfo(PKG_2, /* isSystem= */ false, /* isSignedWithPlatformKey= */ false); in maybeShowHeadsUp_isImportanceHigh_returnsTrueAndAddedToQueue()
385 setPackageInfo(PKG_2, /* isSystem= */ false, /* isSignedWithPlatformKey= */ false); in getActiveHeadsUpNotifications_shouldReturnOne()
406 setPackageInfo(PKG_2, /* isSystem= */ false, /* isSignedWithPlatformKey= */ false); in getActiveHeadsUpNotifications_diffNotifications_shouldReturnTwo()
DNotificationGroupTest.java46 private static final String PKG_2 = "package_2"; field in NotificationGroupTest
77 mNotification2 = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setup()
DNotificationDataManagerTest.java49 private static final String PKG_2 = "package_2"; field in NotificationDataManagerTest
86 mNonMessageNotification = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setup()
DHeadsUpEntryTest.java41 private static final String PKG_2 = "package_2"; field in HeadsUpEntryTest
DCarHeadsUpNotificationQueueTest.java103 private static final String PKG_2 = "PKG_2"; field in CarHeadsUpNotificationQueueTest
564 generateRunningTaskInfo(PKG_2, /* displayAreaFeatureId= */ 111); in triggerCallback_does_showNotifications_whenAllowlistAppsAreNotInForeground()
591 generateRunningTaskInfo(PKG_2, /* displayAreaFeatureId= */ 111); in nonAllowlistAppInForeground_afterAllowlistApp_callbackScheduled()
615 generateRunningTaskInfo(PKG_2, /* displayAreaFeatureId= */ 111); in nonAllowlistAppInForeground_afterNonAllowlistApp_callbackNotScheduled()
DCarNotificationDiffTest.java49 private static final String PKG_2 = "package_2"; field in CarNotificationDiffTest
104 mNotification3 = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setupBaseActivityAndLayout()