Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java33 public static String ALERTS = "ALR"; field in NotificationChannels
59 ALERTS, in createAll()
/aosp12/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java53 public static String ALERTS = "ALERTS"; field in SystemNotificationChannels
151 ALERTS, in createAll()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DChannelsTest.java55 NotificationChannels.ALERTS, in testChannelSetup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotNotificationsController.java68 Notification.Builder b = new Notification.Builder(mContext, NotificationChannels.ALERTS) in notifyScreenshotError()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java241 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification()
388 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning()
474 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
/aosp12/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java478 new Notification.Builder(context, SystemNotificationChannels.ALERTS) in updateNotifications()
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java227 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
273 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
H A DUsbDeviceManager.java1268 channel = SystemNotificationChannels.ALERTS; in updateUsbNotification()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java6291 SystemNotificationChannels.ALERTS) in showFgsBgRestrictedNotificationLocked()