Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java169 final NotificationEntry notifEntry = createEntry(/* id = */ 0); in testHunRemovedLogging() local
181 final NotificationEntry notifEntry = createFullScreenIntentEntry(/* id = */ 0); in testShouldHeadsUpBecomePinned_hasFSI_notUnpinned_true() local
195 final NotificationEntry notifEntry = createFullScreenIntentEntry(/* id = */ 0); in testShouldHeadsUpBecomePinned_wasUnpinned_false() local
386 final NotificationEntry notifEntry = createEntry(/* id = */ 0); in testIsSticky_rowPinnedAndExpanded_true() local
401 final NotificationEntry notifEntry = createEntry(/* id = */ 0); in testIsSticky_remoteInputActive_true() local
414 final NotificationEntry notifEntry = createFullScreenIntentEntry(/* id = */ 0); in testIsSticky_hasFullScreenIntent_true() local
436 final NotificationEntry notifEntry = createEntry(/* id = */ 0); in testIsSticky_false() local
540 final NotificationEntry notifEntry = createEntry(/* id = */ 0); in testSetUserActionMayIndirectlyRemove() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java91 final NotificationEntry notifEntry = entry.getRepresentativeEntry(); in isHighPriority() local
105 final NotificationEntry notifEntry = entry.getRepresentativeEntry(); in isHighPriorityConversation() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListDumper.java127 NotificationEntry notifEntry = entry.getRepresentativeEntry(); in dumpEntry() local
140 NotificationEntry notifEntry = requireNonNull(entry.getRepresentativeEntry()); in dumpEntry() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DPreparationCoordinator.java268 NotificationEntry notifEntry = (NotificationEntry) entry; in inflateAllRequiredViews() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt468 val notifEntry = createOngoingCallNotifEntry() regex