Home
last modified time | relevance | path

Searched refs:OP_PKG (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationDiffTest.java50 private static final String OP_PKG = "OpPackage"; field in CarNotificationDiffTest
98 mNotification1 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in setupBaseActivityAndLayout()
101 mNotification2 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in setupBaseActivityAndLayout()
104 mNotification3 = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setupBaseActivityAndLayout()
191 mNotification4 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()
208 mNotification4 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in sameGroupUniqueIdentifiers_sameChildrenNotification_shouldReturnTrue()
304 new StatusBarNotification(PKG_1, OP_PKG, in areBundleEqual_sameSize_shouldReturnTrue()
308 new StatusBarNotification(PKG_1, OP_PKG, in areBundleEqual_sameSize_shouldReturnTrue()
349 AlertEntry oldAlertEntry = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, in areBundleEqual_diffSize_shouldReturnFalse()
352 AlertEntry newAlertEntry = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, in areBundleEqual_diffSize_shouldReturnFalse()
[all …]
DCarHeadsUpNotificationManagerTest.java64 private static final String OP_PKG = "OpPackage"; field in CarHeadsUpNotificationManagerTest
185 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
188 new StatusBarNotification(PKG_2, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
192 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
195 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
199 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
202 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
206 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
DNotificationDataManagerTest.java44 private static final String OP_PKG = "OpPackage"; field in NotificationDataManagerTest
77 mMessageNotification = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in setup()
80 mNonMessageNotification = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setup()
DNotificationGroupTest.java47 private static final String OP_PKG = "OpPackage"; field in NotificationGroupTest
74 mNotification1 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in setup()
77 mNotification2 = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setup()
DHeadsUpEntryTest.java42 private static final String OP_PKG = "OpPackage"; field in HeadsUpEntryTest
65 mNotification1 = new StatusBarNotification(PKG_1, OP_PKG, in setupBaseActivityAndLayout()
DCarNotificationViewTest.java57 private static final String OP_PKG = "OpPackage"; field in CarNotificationViewTest
234 AlertEntry notification = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in getNotificationGroup()
DCarNotificationViewAdapterTest.java67 private static final String OP_PKG = "OpPackage"; field in CarNotificationViewAdapterTest
117 mNotification1 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in setupBaseActivityAndLayout()
914 return new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in getNotificationWithCategory()
DNotificationClickHandlerFactoryTest.java67 private static final String OP_PKG = "OpPackage"; field in NotificationClickHandlerFactoryTest
138 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setUp()
DPreprocessingManagerTest.java73 private static final String OP_PKG = "OpPackage"; field in PreprocessingManagerTest
747 PKG, OP_PKG, ID, TAG, UID, INITIAL_PID, notification, USER_HANDLE, in getEmptyAutoGeneratedGroupSummary()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/notification/
DNotificationVisibilityLoggerTest.java60 private static final String OP_PKG = "OpPackage"; field in NotificationVisibilityLoggerTest
87 mMessageNotification = new AlertEntry(new StatusBarNotification(PKG, OP_PKG, in setUp()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationActionsViewTest.java55 private static final String OP_PKG = "OpPackage"; field in CarNotificationActionsViewTest
101 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()