Searched defs:EVENT_SET_COMPLETE (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java57 static final int EVENT_SET_COMPLETE = 1; field in class:CdmaMmiCode
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/
H A DGsmMmiCode.java108 static final int EVENT_SET_COMPLETE = 1; field in class:GsmMmiCode
802 obtainMessage(EVENT_SET_COMPLETE, this));
805 obtainMessage(EVENT_SET_COMPLETE, this));
879 serviceClass, obtainMessage(EVENT_SET_COMPLETE, this));
904 newPwd, obtainMessage(EVENT_SET_COMPLETE, this));
919 obtainMessage(EVENT_SET_COMPLETE, this));
955 obtainMessage(EVENT_SET_COMPLETE, this));
958 obtainMessage(EVENT_SET_COMPLETE, this));
961 obtainMessage(EVENT_SET_COMPLETE, this));
964 obtainMessage(EVENT_SET_COMPLETE, thi
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java134 private static final int EVENT_SET_COMPLETE = 0; field in class:ImsPhoneMmiCode
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));
853 obtainMessage(EVENT_SET_COMPLETE, this));
897 obtainMessage(EVENT_SET_COMPLETE, this));
980 case EVENT_SET_COMPLETE
[all...]

Completed in 84 milliseconds