Home
last modified time | relevance | path

Searched refs:CHANNEL_ID_SIM_HIGH_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DNotificationChannelController.java51 public static final String CHANNEL_ID_SIM_HIGH_PRIORITY = "simHighPriority"; field in NotificationChannelController
103 new NotificationChannel(CHANNEL_ID_SIM_HIGH_PRIORITY, in createAll()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java716 .setChannelId(NotificationChannelController.CHANNEL_ID_SIM_HIGH_PRIORITY) in showLimitedSimFunctionWarningNotification()