/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() 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 …]
|
D | CarHeadsUpNotificationManagerTest.java | 74 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()
|
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 | CarNotificationVisibilityLoggerTest.java | 54 private static final String OP_PKG = "OpPackage"; field in CarNotificationVisibilityLoggerTest 88 mMessageNotification = new AlertEntry(new StatusBarNotification(PKG, OP_PKG, in setUp()
|
D | NotificationDataManagerTest.java | 50 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()
|
D | CarNotificationViewTest.java | 63 private static final String OP_PKG = "OpPackage"; field in CarNotificationViewTest 310 AlertEntry notification = new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in getNotificationGroup()
|
D | NotificationClickHandlerFactoryTest.java | 69 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()
|
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() 959 return new AlertEntry(new StatusBarNotification(PKG_1, OP_PKG, in generateNotification()
|
D | PreprocessingManagerTest.java | 79 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/ |
D | GroupNotificationViewHolderTest.java | 56 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()
|
D | CarNotificationActionsViewTest.java | 61 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/ |
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()
|