OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_ADD_VOICEMAIL
(Results
1 - 5
of
5
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/components/
ErrorDialogActivity.java
43
public static final String
ACTION_ADD_VOICEMAIL
=
128
Intent intent = new Intent(
ACTION_ADD_VOICEMAIL
);
/packages/services/Telephony/src/com/android/phone/
ErrorDialogActivity.java
110
Intent intent = new Intent(VoicemailSettingsActivity.
ACTION_ADD_VOICEMAIL
);
NotificationMgr.java
308
intent = new Intent(VoicemailSettingsActivity.
ACTION_ADD_VOICEMAIL
);
/packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderListPreference.java
89
* In case we are called with
ACTION_ADD_VOICEMAIL
intent the intent may have
99
&& action.equals(VoicemailSettingsActivity.
ACTION_ADD_VOICEMAIL
)
102
if (DBG) log("Found
ACTION_ADD_VOICEMAIL
.");
VoicemailSettingsActivity.java
68
public static final String
ACTION_ADD_VOICEMAIL
=
89
* String Extra put into
ACTION_ADD_VOICEMAIL
call to indicate which provider should be hidden
96
* String Extra put into
ACTION_ADD_VOICEMAIL
to indicate that the voicemail setup screen should
216
//
ACTION_ADD_VOICEMAIL
action.
218
TextUtils.equals(getIntent().getAction(),
ACTION_ADD_VOICEMAIL
);
297
if (DBG) log("
ACTION_ADD_VOICEMAIL
Intent is thrown");
486
Intent i = new Intent(
ACTION_ADD_VOICEMAIL
);
680
if (
ACTION_ADD_VOICEMAIL
.equals(action)) {
[
all
...]
Completed in 116 milliseconds