Home
last modified time | relevance | path

Searched refs:notification1 (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationClickHandlerFactoryTest.java116 Notification notification1 = new Notification(); in setUp() local
118 notification1.contentIntent = PendingIntent.getForegroundService( in setUp()
122 when(mStatusBarNotification1.getNotification()).thenReturn(notification1); in setUp()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DPreprocessingManager.java639 private boolean hasSameGroupKey(AlertEntry notification1, AlertEntry notification2) { in hasSameGroupKey() argument
640 return TextUtils.equals(notification1.getStatusBarNotification().getGroupKey(), in hasSameGroupKey()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java177 Notification notification1 = new Notification in initImportanceHighBotton() local
199 v -> mManager.notify(mCurrentNotificationId++, notification1) in initImportanceHighBotton()
/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java61 R.drawable.notification1,