Home
last modified time | relevance | path

Searched refs:AlertingNotificationManager (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DAlertingNotificationManagerTest.java71 private AlertingNotificationManager mAlertingNotificationManager;
80 private final class TestableAlertingNotificationManager extends AlertingNotificationManager {
107 protected AlertingNotificationManager createAlertingNotificationManager() { in createAlertingNotificationManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhoneTest.java33 import com.android.systemui.statusbar.AlertingNotificationManager;
86 protected AlertingNotificationManager createAlertingNotificationManager() { in createAlertingNotificationManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java41 import com.android.systemui.statusbar.AlertingNotificationManager;
69 protected AlertingNotificationManager createAlertingNotificationManager() { in createAlertingNotificationManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java38 import com.android.systemui.statusbar.AlertingNotificationManager;
50 public abstract class HeadsUpManager extends AlertingNotificationManager {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java40 public abstract class AlertingNotificationManager implements NotificationLifetimeExtender { class