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 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
51
static final int
EVENT_SET_COMPLETE
= 1;
215
obtainMessage(
EVENT_SET_COMPLETE
, this));
244
if (msg.what ==
EVENT_SET_COMPLETE
) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
104
static final int
EVENT_SET_COMPLETE
= 1;
655
obtainMessage(
EVENT_SET_COMPLETE
, this));
658
obtainMessage(
EVENT_SET_COMPLETE
, this));
732
serviceClass, obtainMessage(
EVENT_SET_COMPLETE
, this));
757
newPwd, obtainMessage(
EVENT_SET_COMPLETE
, this));
772
obtainMessage(
EVENT_SET_COMPLETE
, this));
802
obtainMessage(
EVENT_SET_COMPLETE
, this));
805
obtainMessage(
EVENT_SET_COMPLETE
, this));
808
obtainMessage(
EVENT_SET_COMPLETE
, this));
811
obtainMessage(
EVENT_SET_COMPLETE
, this))
[
all
...]
Completed in 66 milliseconds