HomeSort by relevance Sort by last modified time
    Searched defs:ALERTS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/notification/
SystemNotificationChannels.java 47 public static String ALERTS = "ALERTS";
135 ALERTS,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/
NotificationChannels.java 33 public static String ALERTS = "ALR";
55 final NotificationChannel alerts = new NotificationChannel( local
56 ALERTS,
79 alerts,

Completed in 563 milliseconds