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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java59 static final int EVENT_SET_COMPLETE = 1; field in class:CdmaMmiCode
249 obtainMessage(EVENT_SET_COMPLETE, this));
252 obtainMessage(EVENT_SET_COMPLETE, this));
255 obtainMessage(EVENT_SET_COMPLETE, this));
258 obtainMessage(EVENT_SET_COMPLETE, this));
290 if (msg.what == EVENT_SET_COMPLETE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java137 private static final int EVENT_SET_COMPLETE = 0; field in class:ImsPhoneMmiCode
829 obtainMessage(EVENT_SET_COMPLETE, this));
840 obtainMessage(EVENT_SET_COMPLETE, this));
847 obtainMessage(EVENT_SET_COMPLETE, this));
873 obtainMessage(EVENT_SET_COMPLETE, this));
892 obtainMessage(EVENT_SET_COMPLETE, this));
904 obtainMessage(EVENT_SET_COMPLETE, this));
911 obtainMessage(EVENT_SET_COMPLETE, this));
955 obtainMessage(EVENT_SET_COMPLETE,this),
967 obtainMessage(EVENT_SET_COMPLETE, thi
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java107 static final int EVENT_SET_COMPLETE = 1; field in class:GsmMmiCode
812 obtainMessage(EVENT_SET_COMPLETE, this));
815 obtainMessage(EVENT_SET_COMPLETE, this));
889 serviceClass, obtainMessage(EVENT_SET_COMPLETE, this));
914 newPwd, obtainMessage(EVENT_SET_COMPLETE, this));
929 obtainMessage(EVENT_SET_COMPLETE, this));
966 obtainMessage(EVENT_SET_COMPLETE, this));
969 obtainMessage(EVENT_SET_COMPLETE, this));
972 obtainMessage(EVENT_SET_COMPLETE, this));
975 obtainMessage(EVENT_SET_COMPLETE, thi
[all...]

Completed in 146 milliseconds