Home
last modified time | relevance | path

Searched refs:ACTION_ADD_VOICEMAIL (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DErrorDialogActivity.java39 public static final String ACTION_ADD_VOICEMAIL = field in ErrorDialogActivity
116 Intent intent = new Intent(ACTION_ADD_VOICEMAIL); in addVoiceMailNumberPanel()
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java113 public static final String ACTION_ADD_VOICEMAIL = field in CallFeaturesSetting
607 Intent i = new Intent(ACTION_ADD_VOICEMAIL); in onActivityResult()
1124 if (getIntent().getAction().equals(ACTION_ADD_VOICEMAIL)) { in onClick()
1151 TextUtils.equals(getIntent().getAction(), ACTION_ADD_VOICEMAIL); in onCreate()
DErrorDialogActivity.java108 Intent intent = new Intent(CallFeaturesSetting.ACTION_ADD_VOICEMAIL); in addVoiceMailNumberPanel()
DNotificationMgr.java360 intent = new Intent(CallFeaturesSetting.ACTION_ADD_VOICEMAIL); in updateMwi()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailProviderListPreference.java98 if (activityIntent.getAction().equals(CallFeaturesSetting.ACTION_ADD_VOICEMAIL) in initVoicemailProviders()