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

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 1672 MmiCode mmi; local
1734 MmiCode mmi; local
1766 MmiCode mmi = pendingMmis.get(0); local
1900 MmiCode mmi = (MmiCode) ar.result; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 516 CdmaMmiCode mmi = CdmaMmiCode.newFromDialString(dialString, this); local
518 if (mmi == null) {
519 Log.e(LOG_TAG, "Mmi is NULL!");
521 } else if (mmi.isPukCommand()) {
522 mPendingMmis.add(mmi);
523 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
524 mmi.processCode();
527 Log.e(LOG_TAG, "Unrecognized mmi!");
532 * Removes the given MMI from the pending list and notifies registrants that
535 * @param mmi MMI that is don
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 707 // handle in-call MMI first if applicable
712 // Only look at the Network portion for mmi
714 GsmMmiCode mmi = GsmMmiCode.newFromDialString(networkPortion, this); local
716 "dialing w/ mmi '" + mmi + "'...");
718 if (mmi == null) {
720 } else if (mmi.isTemporaryModeCLIR()) {
721 return mCT.dial(mmi.dialingNumber, mmi.getCLIRMode(), uusInfo);
723 mPendingMMIs.add(mmi);
733 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this); local
746 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this); local
1128 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 237 milliseconds