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
55 ALERTS, in createAll()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java46 public static String ALERTS = "ALERTS"; field in SystemNotificationChannels
118 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.java159 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
247 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
296 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java483 new Notification.Builder(context, SystemNotificationChannels.ALERTS) in updateNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java876 Notification.Builder b = new Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1150 channel = SystemNotificationChannels.ALERTS; in updateUsbNotification()