Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java32 public static String ALERTS = "ALR"; field in NotificationChannels
59 ALERTS, in createAll()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java53 public static String ALERTS = "ALERTS"; field in SystemNotificationChannels
149 ALERTS, in createAll()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java56 NotificationChannels.ALERTS, in testChannelSetup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java238 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
380 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
430 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java236 Notification.Builder b = new Notification.Builder(mContext, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java497 new Notification.Builder(context, SystemNotificationChannels.ALERTS) in updateNotifications()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java223 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
268 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
DUsbDeviceManager.java1140 channel = SystemNotificationChannels.ALERTS; in updateUsbNotification()