Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java33 public static String ALERTS = "ALR"; field in NotificationChannels
56 ALERTS, in createAll()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java47 public static String ALERTS = "ALERTS"; field in SystemNotificationChannels
135 ALERTS, in createAll()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java59 NotificationChannels.ALERTS, in testChannelSetup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java220 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
355 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
404 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java484 new Notification.Builder(context, SystemNotificationChannels.ALERTS) in updateNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java860 Notification.Builder b = new Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1145 channel = SystemNotificationChannels.ALERTS; in updateUsbNotification()