OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_SET_COMPLETE
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
57
static final int
EVENT_SET_COMPLETE
= 1;
242
obtainMessage(
EVENT_SET_COMPLETE
, this));
245
obtainMessage(
EVENT_SET_COMPLETE
, this));
248
obtainMessage(
EVENT_SET_COMPLETE
, this));
251
obtainMessage(
EVENT_SET_COMPLETE
, this));
283
if (msg.what ==
EVENT_SET_COMPLETE
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
107
static final int
EVENT_SET_COMPLETE
= 1;
665
obtainMessage(
EVENT_SET_COMPLETE
, this));
668
obtainMessage(
EVENT_SET_COMPLETE
, this));
742
serviceClass, obtainMessage(
EVENT_SET_COMPLETE
, this));
767
newPwd, obtainMessage(
EVENT_SET_COMPLETE
, this));
782
obtainMessage(
EVENT_SET_COMPLETE
, this));
818
obtainMessage(
EVENT_SET_COMPLETE
, this));
821
obtainMessage(
EVENT_SET_COMPLETE
, this));
824
obtainMessage(
EVENT_SET_COMPLETE
, this));
827
obtainMessage(
EVENT_SET_COMPLETE
, this))
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java
134
private static final int
EVENT_SET_COMPLETE
= 0;
771
obtainMessage(
EVENT_SET_COMPLETE
, this));
782
obtainMessage(
EVENT_SET_COMPLETE
, this));
789
obtainMessage(
EVENT_SET_COMPLETE
, this));
815
obtainMessage(
EVENT_SET_COMPLETE
, this));
834
obtainMessage(
EVENT_SET_COMPLETE
, this));
846
obtainMessage(
EVENT_SET_COMPLETE
, this));
[
all
...]
Completed in 40 milliseconds