HomeSort by relevance Sort by last modified time
    Searched refs:CHANNEL_ID_ALERT (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
NotificationChannelController.java 39 public static final String CHANNEL_ID_ALERT = "alert";
56 CHANNEL_ID_ALERT,
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 214 builder.setChannelId(NotificationChannelController.CHANNEL_ID_ALERT);
NotificationMgr.java 579 .setChannel(NotificationChannelController.CHANNEL_ID_ALERT);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 413 .setChannel(NotificationChannelController.CHANNEL_ID_ALERT)
ServiceStateTracker.java     [all...]

Completed in 333 milliseconds