Home
last modified time | relevance | path

Searched defs:notificationEntry (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DExpandableNotificationRowComponent.java56 Builder notificationEntry(NotificationEntry entry); in notificationEntry() method
82 NotificationEntry notificationEntry) { in provideStatusBarNotification()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleSpaceUtilsTest.java283 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithSender() local
316 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithImageUri() local
349 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithAudioUri() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt49 private val notificationEntry = notification.entry regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt168 private fun notificationEntry( regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java235 PeopleTileKey key, NotificationEntry notificationEntry, int messagesCount, in augmentTileFromNotification()