Searched refs:ACTION_ADD_VOICEMAIL (Results 1 – 5 of 5) sorted by relevance
39 public static final String ACTION_ADD_VOICEMAIL = field in ErrorDialogActivity116 Intent intent = new Intent(ACTION_ADD_VOICEMAIL); in addVoiceMailNumberPanel()
113 public static final String ACTION_ADD_VOICEMAIL = field in CallFeaturesSetting607 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()
108 Intent intent = new Intent(CallFeaturesSetting.ACTION_ADD_VOICEMAIL); in addVoiceMailNumberPanel()
360 intent = new Intent(CallFeaturesSetting.ACTION_ADD_VOICEMAIL); in updateMwi()
98 if (activityIntent.getAction().equals(CallFeaturesSetting.ACTION_ADD_VOICEMAIL) in initVoicemailProviders()