Home
last modified time | relevance | path

Searched refs:NotificationPeekEvent (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java71 enum NotificationPeekEvent implements UiEventLogger.UiEventEnum { enum in HeadsUpManager
76 NotificationPeekEvent(int id) { in NotificationPeekEvent() method in HeadsUpManager.NotificationPeekEvent
157 NotificationPeekEvent.NOTIFICATION_PEEK, entry.getSbn().getUid(), in setEntryPinned()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java163 assertEquals(HeadsUpManager.NotificationPeekEvent.NOTIFICATION_PEEK.getId(), in testPinEntry_logsPeek()