Home
last modified time | relevance | path

Searched refs:OP_PKG (Results 1 – 13 of 13) 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()
201 mNotification4 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()
218 mNotification4 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in sameGroupUniqueIdentifiers_sameChildrenNotification_shouldReturnTrue()
314 new StatusBarNotification(PKG_1, OP_PKG, in areBundleEqual_sameSize_shouldReturnTrue()
318 new StatusBarNotification(PKG_1, OP_PKG, in areBundleEqual_sameSize_shouldReturnTrue()
359 AlertEntry oldAlertEntry = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, in areBundleEqual_diffSize_shouldReturnFalse()
362 AlertEntry newAlertEntry = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, in areBundleEqual_diffSize_shouldReturnFalse()
[all …]
DCarHeadsUpNotificationManagerTest.java74 private static final String OP_PKG = "OpPackage"; field in CarHeadsUpNotificationManagerTest
205 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
208 new StatusBarNotification(PKG_2, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
212 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
215 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
219 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
222 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
226 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, 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()
DCarNotificationVisibilityLoggerTest.java54 private static final String OP_PKG = "OpPackage"; field in CarNotificationVisibilityLoggerTest
88 mMessageNotification = new AlertEntry(new StatusBarNotification(PKG, OP_PKG, in setUp()
DNotificationDataManagerTest.java50 private static final String OP_PKG = "OpPackage"; field in NotificationDataManagerTest
83 mMessageNotification = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in setup()
86 mNonMessageNotification = new AlertEntry(new StatusBarNotification(PKG_2, OP_PKG, in setup()
DCarNotificationViewTest.java63 private static final String OP_PKG = "OpPackage"; field in CarNotificationViewTest
310 AlertEntry notification = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in getNotificationGroup()
DNotificationClickHandlerFactoryTest.java69 private static final String OP_PKG = "OpPackage"; field in NotificationClickHandlerFactoryTest
154 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setUp()
158 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setUp()
DCarNotificationViewAdapterTest.java67 private static final String OP_PKG = "OpPackage"; field in CarNotificationViewAdapterTest
117 mNotification1 = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in setupBaseActivityAndLayout()
959 return new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in generateNotification()
DPreprocessingManagerTest.java79 private static final String OP_PKG = "OpPackage"; field in PreprocessingManagerTest
1232 PKG, OP_PKG, ID, TAG, UID, INITIAL_PID, notification, USER_HANDLE, in getEmptyAutoGeneratedGroupSummary()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DGroupNotificationViewHolderTest.java56 private static final String OP_PKG = "OpPackage"; field in GroupNotificationViewHolderTest
194 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, INITIAL_PID, in getNotificationGroup()
205 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, INITIAL_PID, in getNotificationGroup()
DCarNotificationActionsViewTest.java61 private static final String OP_PKG = "OpPackage"; field in CarNotificationActionsViewTest
114 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
/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()