Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java173 AlertEntry alertEntry = createAlertEntry(); in addAlertEntry()
219 protected AlertEntry createAlertEntry() { in createAlertEntry() method in AlertingNotificationManager
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DAlertingNotificationManagerTest.java98 protected AlertEntry createAlertEntry() { in createAlertEntry() method in AlertingNotificationManagerTest.TestableAlertingNotificationManager
99 mLastCreatedEntry = spy(super.createAlertEntry()); in createAlertEntry()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java356 protected HeadsUpEntry createAlertEntry() { in createAlertEntry() method in HeadsUpManagerPhone
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java423 protected HeadsUpEntry createAlertEntry() { in createAlertEntry() method in HeadsUpManager