Home
last modified time | relevance | path

Searched refs:ALERTS (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java37 public static String ALERTS = "ALR"; field in NotificationChannels
70 ALERTS, in createAll()
/frameworks/base/services/core/java/com/android/server/display/notifications/
DDisplayNotificationManager.java21 import static com.android.internal.notification.SystemNotificationChannels.ALERTS;
233 return new Notification.Builder(mContext, ALERTS) in createErrorNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuNotificationFactory.java46 return new Notification.Builder(mContext, NotificationChannels.ALERTS) in createHiddenNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DNotificationChannelsTest.java54 NotificationChannels.ALERTS, in testChannelSetup()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java57 public static String ALERTS = "ALERTS"; field in SystemNotificationChannels
152 ALERTS, in createAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.kt60 Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestSessionNotification.java95 NotificationChannels.ALERTS) in createPersistentNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinator.kt106 return Notification.Builder(context, NotificationChannels.ALERTS) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DCsdWarningDialog.java280 new Notification.Builder(mContext, NotificationChannels.ALERTS) in sendNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java282 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
435 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
521 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java524 new Notification.Builder(context, SystemNotificationChannels.ALERTS) in updateNotifications()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java234 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
281 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
DUsbDeviceManager.java1558 channel = SystemNotificationChannels.ALERTS; in updateUsbNotification()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java8896 SystemNotificationChannels.ALERTS) in showFgsBgRestrictedNotificationLocked()