/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | NotificationChannels.java | 37 public static String ALERTS = "ALR"; field in NotificationChannels 70 ALERTS, in createAll()
|
/frameworks/base/services/core/java/com/android/server/display/notifications/ |
D | DisplayNotificationManager.java | 21 import static com.android.internal.notification.SystemNotificationChannels.ALERTS; 233 return new Notification.Builder(mContext, ALERTS) in createErrorNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuNotificationFactory.java | 46 return new Notification.Builder(mContext, NotificationChannels.ALERTS) in createHiddenNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
D | NotificationChannelsTest.java | 54 NotificationChannels.ALERTS, in testChannelSetup()
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 57 public static String ALERTS = "ALERTS"; field in SystemNotificationChannels 152 ALERTS, in createAll()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotNotificationsController.kt | 60 Notification.Builder(context, NotificationChannels.ALERTS) in notifyScreenshotError()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | GuestSessionNotification.java | 95 NotificationChannels.ALERTS) in createPersistentNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
D | TaskSwitcherNotificationCoordinator.kt | 106 return Notification.Builder(context, NotificationChannels.ALERTS) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | CsdWarningDialog.java | 280 new Notification.Builder(mContext, NotificationChannels.ALERTS) in sendNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 282 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showInvalidChargerNotification() 435 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showHighTemperatureWarning() 521 new Notification.Builder(mContext, NotificationChannels.ALERTS) in showThermalShutdownWarning()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 524 new Notification.Builder(context, SystemNotificationChannels.ALERTS) in updateNotifications()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPortManager.java | 234 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification() 281 String channel = SystemNotificationChannels.ALERTS; in updateContaminantNotification()
|
D | UsbDeviceManager.java | 1558 channel = SystemNotificationChannels.ALERTS; in updateUsbNotification()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 8896 SystemNotificationChannels.ALERTS) in showFgsBgRestrictedNotificationLocked()
|