Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java29 public static String ALERTS = "ALR"; field in NotificationChannels
41 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/src/com/android/systemui/power/
DPowerNotificationWarnings.java158 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
177 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showWarningNotification()
247 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
296 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java56 NotificationChannels.ALERTS, in testChannelSetup()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java480 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()