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 579 CdmaMmiCode mmi = CdmaMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
581 if (mmi == null) {
582 Rlog.e(LOG_TAG, "Mmi is NULL!");
584 } else if (mmi.isPinPukCommand()) {
585 mPendingMmis.add(mmi);
586 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
587 mmi.processCode();
590 Rlog.e(LOG_TAG, "Unrecognized mmi!");
595 * Removes the given MMI from the pending list and notifies registrants that
598 * @param mmi MMI that is don
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 728 // handle in-call MMI first if applicable
733 // Only look at the Network portion for mmi
735 GsmMmiCode mmi = local
738 "dialing w/ mmi '" + mmi + "'...");
740 if (mmi == null) {
742 } else if (mmi.isTemporaryModeCLIR()) {
743 return mCT.dial(mmi.mDialingNumber, mmi.getCLIRMode(), uusInfo);
745 mPendingMMIs.add(mmi);
756 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
770 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get()); local
1206 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 679 milliseconds