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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 1673 MmiCode mmi; local
1735 MmiCode mmi; local
1767 MmiCode mmi = pendingMmis.get(0); local
1901 MmiCode mmi = (MmiCode) ar.result; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 551 CdmaMmiCode mmi = CdmaMmiCode.newFromDialString(dialString, this); local
553 if (mmi == null) {
554 Rlog.e(LOG_TAG, "Mmi is NULL!");
556 } else if (mmi.isPukCommand()) {
557 mPendingMmis.add(mmi);
558 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
559 mmi.processCode();
562 Rlog.e(LOG_TAG, "Unrecognized mmi!");
567 * Removes the given MMI from the pending list and notifies registrants that
570 * @param mmi MMI that is don
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 715 // handle in-call MMI first if applicable
720 // Only look at the Network portion for mmi
722 GsmMmiCode mmi = local
725 "dialing w/ mmi '" + mmi + "'...");
727 if (mmi == null) {
729 } else if (mmi.isTemporaryModeCLIR()) {
730 return mCT.dial(mmi.mDialingNumber, mmi.getCLIRMode(), uusInfo);
732 mPendingMMIs.add(mmi);
743 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
757 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get()); local
1192 GsmMmiCode mmi; local
    [all...]
  /external/elfutils/src/
unstrip.c 2184 struct match_module_info mmi = { info->args, NULL, info->match_files }; local
    [all...]

Completed in 167 milliseconds