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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 550 // handle in-call MMI first if applicable
559 // Only look at the Network portion for mmi
561 ImsPhoneMmiCode mmi = local
564 "dialing w/ mmi '" + mmi + "'...");
566 if (mmi == null) {
568 } else if (mmi.isTemporaryModeCLIR()) {
569 return mCT.dial(mmi.getDialingNumber(), mmi.getCLIRMode(), videoState, intentExtras);
570 } else if (!mmi.isSupportedOverImsPhone())
867 ImsPhoneMmiCode mmi = ImsPhoneMmiCode.newFromUssdUserInput(ussdMessge, this); local
987 ImsPhoneMmiCode mmi; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 682 CdmaMmiCode mmi = CdmaMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
684 if (mmi == null) {
685 Rlog.e(LOG_TAG, "Mmi is NULL!");
687 } else if (mmi.isPinPukCommand()) {
688 mPendingMmis.add(mmi);
689 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
690 mmi.processCode();
693 Rlog.e(LOG_TAG, "Unrecognized mmi!");
698 * Removes the given MMI from the pending list and notifies registrants that
701 * @param mmi MMI that is don
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 866 // handle in-call MMI first if applicable
871 // Only look at the Network portion for mmi
873 GsmMmiCode mmi = local
876 "dialing w/ mmi '" + mmi + "'...");
878 if (mmi == null) {
880 } else if (mmi.isTemporaryModeCLIR()) {
881 return mCT.dial(mmi.mDialingNumber, mmi.getCLIRMode(), uusInfo, intentExtras);
883 mPendingMMIs.add(mmi);
894 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); local
908 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get()); local
1404 GsmMmiCode mmi; local
1629 GsmMmiCode mmi = new GsmMmiCode(this, mUiccApplication.get()); local
    [all...]
  /external/elfutils/src/src/
unstrip.c 2224 struct match_module_info mmi = { info->args, NULL, info->match_files }; local
    [all...]

Completed in 787 milliseconds