Home
last modified time | relevance | path

Searched refs:CHANNEL_ID_VOICE_MAIL (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DNotificationChannelController.java45 public static final String CHANNEL_ID_VOICE_MAIL = "voiceMail"; field in NotificationChannelController
110 if (getChannel(CHANNEL_ID_VOICE_MAIL, context) != null) { in createAll()
149 CHANNEL_ID_VOICE_MAIL, in migrateVoicemailNotificationSettings()
H A DVoicemailNotificationSettingsUtil.java56 NotificationChannelController.CHANNEL_ID_VOICE_MAIL, context); in isVibrationEnabled()
77 NotificationChannelController.CHANNEL_ID_VOICE_MAIL, context); in getRingtoneUri()
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailSettingsActivity.java247 NotificationChannelController.CHANNEL_ID_VOICE_MAIL); in onCreate()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java381 .setChannelId(NotificationChannelController.CHANNEL_ID_VOICE_MAIL) in updateMwi()