Home
last modified time | relevance | path

Searched refs:notificationEntry (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt92 val entry = notificationEntry(true, true, true)
102 val entry = notificationEntry(false, true, true)
112 val entry = notificationEntry(false, false, true)
122 val entry = notificationEntry(false, false, false)
132 val entry = notificationEntry(true, true, true)
141 val entry = notificationEntry(true, false, false)
154 val entry = notificationEntry(true, false, false)
168 private fun notificationEntry( regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt49 private val notificationEntry = notification.entry regex
50 private val notificationKey = notificationEntry.sbn.key
112 notificationEntry.isExpandAnimationRunning = willAnimate
132 notificationEntry.isExpandAnimationRunning = false
149 notificationEntry.isExpandAnimationRunning = false
/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() argument
83 return notificationEntry.getSbn(); in provideStatusBarNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinator.java110 NotificationEntry notificationEntry = entry.getRepresentativeEntry();
111 if (notificationEntry != null) {
112 Notification notification = notificationEntry.getSbn().getNotification();
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleSpaceUtilsTest.java283 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithSender() local
297 .augmentTileFromNotification(mContext, tile, key, notificationEntry, 0, in testAugmentTileFromNotificationGroupWithSender()
316 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithImageUri() local
330 .augmentTileFromNotification(mContext, tile, key, notificationEntry, 0, in testAugmentTileFromNotificationGroupWithImageUri()
349 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithAudioUri() local
363 .augmentTileFromNotification(mContext, tile, key, notificationEntry, 0, in testAugmentTileFromNotificationGroupWithAudioUri()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java235 PeopleTileKey key, NotificationEntry notificationEntry, int messagesCount, in augmentTileFromNotification() argument
237 if (notificationEntry == null || notificationEntry.getSbn().getNotification() == null) { in augmentTileFromNotification()
241 StatusBarNotification sbn = notificationEntry.getSbn(); in augmentTileFromNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java137 .notificationEntry(entry) in inflateViews()