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
55 ALERTS, in createAll()
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java52 public static String ALERTS = "ALERTS"; field in SystemNotificationChannels
141 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()
378 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
428 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java464 new Notification.Builder(context, SystemNotificationChannels.ALERTS) in updateNotifications()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java222 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
267 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
DUsbDeviceManager.java1138 channel = SystemNotificationChannels.ALERTS; in updateUsbNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java1007 Notification.Builder b = new Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()