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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java56 static final int EVENT_SET_COMPLETE = 1; field in class:CdmaMmiCode
236 obtainMessage(EVENT_SET_COMPLETE, this));
239 obtainMessage(EVENT_SET_COMPLETE, this));
242 obtainMessage(EVENT_SET_COMPLETE, this));
245 obtainMessage(EVENT_SET_COMPLETE, this));
277 if (msg.what == EVENT_SET_COMPLETE) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java105 static final int EVENT_SET_COMPLETE = 1; field in class:GsmMmiCode
658 obtainMessage(EVENT_SET_COMPLETE, this));
661 obtainMessage(EVENT_SET_COMPLETE, this));
735 serviceClass, obtainMessage(EVENT_SET_COMPLETE, this));
760 newPwd, obtainMessage(EVENT_SET_COMPLETE, this));
775 obtainMessage(EVENT_SET_COMPLETE, this));
811 obtainMessage(EVENT_SET_COMPLETE, this));
814 obtainMessage(EVENT_SET_COMPLETE, this));
817 obtainMessage(EVENT_SET_COMPLETE, this));
820 obtainMessage(EVENT_SET_COMPLETE, thi
[all...]

Completed in 31 milliseconds