HomeSort by relevance Sort by last modified time
    Searched defs:mmi (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 1678 MmiCode mmi; local
1740 MmiCode mmi; local
1772 MmiCode mmi = pendingMmis.get(0); local
1906 MmiCode mmi = (MmiCode) ar.result; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 496 CdmaMmiCode mmi = CdmaMmiCode.newFromDialString(dialString, this); local
498 if (mmi == null) {
499 Log.e(LOG_TAG, "Mmi is NULL!");
501 } else if (mmi.isPukCommand()) {
502 mPendingMmis.add(mmi);
503 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
504 mmi.processCode();
507 Log.e(LOG_TAG, "Unrecognized mmi!");
520 * Removes the given MMI from the pending list and notifies registrants that
523 * @param mmi MMI that is don
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 720 // handle in-call MMI first if applicable
725 // Only look at the Network portion for mmi
727 GsmMmiCode mmi = GsmMmiCode.newFromDialString(networkPortion, this); local
729 "dialing w/ mmi '" + mmi + "'...");
731 if (mmi == null) {
733 } else if (mmi.isTemporaryModeCLIR()) {
734 return mCT.dial(mmi.dialingNumber, mmi.getCLIRMode(), uusInfo);
736 mPendingMMIs.add(mmi);
746 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this); local
759 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this); local
1176 GsmMmiCode mmi; local
    [all...]

Completed in 253 milliseconds