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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 1675 MmiCode mmi; local
1737 MmiCode mmi; local
1769 MmiCode mmi = pendingMmis.get(0); local
1903 MmiCode mmi = (MmiCode) ar.result; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 478 // handle in-call MMI first if applicable
487 // Only look at the Network portion for mmi
489 ImsPhoneMmiCode mmi = local
492 "dialing w/ mmi '" + mmi + "'...");
494 if (mmi == null) {
496 } else if (mmi.isTemporaryModeCLIR()) {
497 return mCT.dial(mmi.getDialingNumber(), mmi.getCLIRMode(), videoState);
498 } else if (!mmi.isSupportedOverImsPhone())
780 ImsPhoneMmiCode mmi = ImsPhoneMmiCode.newFromUssdUserInput(ussdMessge, this); local
898 ImsPhoneMmiCode mmi; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 661 CdmaMmiCode mmi = CdmaMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
663 if (mmi == null) {
664 Rlog.e(LOG_TAG, "Mmi is NULL!");
666 } else if (mmi.isPinPukCommand()) {
667 mPendingMmis.add(mmi);
668 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
669 mmi.processCode();
672 Rlog.e(LOG_TAG, "Unrecognized mmi!");
677 * Removes the given MMI from the pending list and notifies registrants that
680 * @param mmi MMI that is don
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 856 // handle in-call MMI first if applicable
861 // Only look at the Network portion for mmi
863 GsmMmiCode mmi = local
866 "dialing w/ mmi '" + mmi + "'...");
868 if (mmi == null) {
870 } else if (mmi.isTemporaryModeCLIR()) {
871 return mCT.dial(mmi.mDialingNumber, mmi.getCLIRMode(), uusInfo);
873 mPendingMMIs.add(mmi);
884 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
898 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get()); local
1388 GsmMmiCode mmi; local
1610 GsmMmiCode mmi = new GsmMmiCode(this, mUiccApplication.get()); local
    [all...]
  /external/elfutils/0.153/src/
unstrip.c 2195 struct match_module_info mmi = { info->args, NULL, info->match_files }; local
    [all...]

Completed in 517 milliseconds