Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DHeadsUpManagerTest.java31 import com.android.systemui.statusbar.AlertingNotificationManager;
57 protected AlertingNotificationManager createAlertingNotificationManager() { in createAlertingNotificationManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java30 import com.android.systemui.statusbar.AlertingNotificationManager;
176 AlertingNotificationManager alertManager) { in onAlertStateChanged()
273 @NonNull AlertingNotificationManager alertManager) { in handleSuppressedSummaryAlerted()
314 @NonNull AlertingNotificationManager alertManager) { in transferAlertState()
381 @NonNull AlertingNotificationManager alertManager) { in alertNotificationWhenPossible()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DAlertingNotificationManagerTest.java71 private AlertingNotificationManager mAlertingNotificationManager;
80 private final class TestableAlertingNotificationManager extends AlertingNotificationManager {
107 protected AlertingNotificationManager createAlertingNotificationManager() { in createAlertingNotificationManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhoneTest.java34 import com.android.systemui.statusbar.AlertingNotificationManager;
85 protected AlertingNotificationManager createAlertingNotificationManager() { in createAlertingNotificationManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java34 import com.android.systemui.statusbar.AlertingNotificationManager;
46 public abstract class HeadsUpManager extends AlertingNotificationManager {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java40 public abstract class AlertingNotificationManager implements NotificationLifetimeExtender { class