/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | CarNotificationDiffTest.java | 50 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 …]
|
D | CarHeadsUpNotificationManagerTest.java | 64 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()
|
D | NotificationDataManagerTest.java | 44 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()
|
D | NotificationGroupTest.java | 47 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()
|
D | HeadsUpEntryTest.java | 42 private static final String OP_PKG = "OpPackage"; field in HeadsUpEntryTest 65 mNotification1 = new StatusBarNotification(PKG_1, OP_PKG, in setupBaseActivityAndLayout()
|
D | CarNotificationViewTest.java | 57 private static final String OP_PKG = "OpPackage"; field in CarNotificationViewTest 234 AlertEntry notification = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in getNotificationGroup()
|
D | CarNotificationViewAdapterTest.java | 67 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()
|
D | NotificationClickHandlerFactoryTest.java | 67 private static final String OP_PKG = "OpPackage"; field in NotificationClickHandlerFactoryTest 138 new StatusBarNotification(PKG_1, OP_PKG, ID, TAG, UID, INITIAL_PID, in setUp()
|
D | PreprocessingManagerTest.java | 73 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/ |
D | NotificationVisibilityLoggerTest.java | 60 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/ |
D | CarNotificationActionsViewTest.java | 55 private static final String OP_PKG = "OpPackage"; field in CarNotificationActionsViewTest 101 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, INITIAL_PID, in setup()
|