Searched refs:PKG_2 (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | CarHeadsUpNotificationManagerTest.java | 73 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()
|
D | NotificationGroupTest.java | 46 private static final String PKG_2 = "package_2"; field in NotificationGroupTest 77 mNotification2 = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setup()
|
D | NotificationDataManagerTest.java | 49 private static final String PKG_2 = "package_2"; field in NotificationDataManagerTest 86 mNonMessageNotification = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setup()
|
D | HeadsUpEntryTest.java | 41 private static final String PKG_2 = "package_2"; field in HeadsUpEntryTest
|
D | CarHeadsUpNotificationQueueTest.java | 103 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()
|
D | CarNotificationDiffTest.java | 49 private static final String PKG_2 = "package_2"; field in CarNotificationDiffTest 104 mNotification3 = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setupBaseActivityAndLayout()
|