Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailProviderListPreference.java122 Intent intent = new Intent(CallFeaturesSetting.ACTION_CONFIGURE_VOICEMAIL); in initVoicemailProviders()
140 providerIntent.setAction(CallFeaturesSetting.ACTION_CONFIGURE_VOICEMAIL); in initVoicemailProviders()
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java117 public static final String ACTION_CONFIGURE_VOICEMAIL = field in CallFeaturesSetting