Searched refs:ACTION_ADD_VOICEMAIL (Results 1 - 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DErrorDialogActivity.java39 public static final String ACTION_ADD_VOICEMAIL = field in class:ErrorDialogActivity
116 Intent intent = new Intent(ACTION_ADD_VOICEMAIL);
/packages/services/Telephony/src/com/android/phone/
H A DErrorDialogActivity.java108 Intent intent = new Intent(CallFeaturesSetting.ACTION_ADD_VOICEMAIL);
H A DCallFeaturesSetting.java107 public static final String ACTION_ADD_VOICEMAIL = field in class:CallFeaturesSetting
147 * String Extra put into ACTION_ADD_VOICEMAIL call to indicate which provider should be hidden
753 Intent i = new Intent(ACTION_ADD_VOICEMAIL);
1452 if (getIntent().getAction().equals(ACTION_ADD_VOICEMAIL)) {
1513 // ACTION_ADD_VOICEMAIL action.
1515 getIntent().getAction().equals(ACTION_ADD_VOICEMAIL);
1649 log("ACTION_ADD_VOICEMAIL Intent is thrown. current VM data size: "
1815 * In case we are called with ACTION_ADD_VOICEMAIL intent the intent may have
1826 if (getIntent().getAction().equals(ACTION_ADD_VOICEMAIL)) {
1830 if (DBG) log("Found ACTION_ADD_VOICEMAIL
[all...]

Completed in 126 milliseconds