HomeSort by relevance Sort by last modified time
    Searched refs:GsmMmiCode (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 45 public final class GsmMmiCode extends Handler implements MmiCode {
46 static final String LOG_TAG = "GsmMmiCode";
181 static GsmMmiCode
184 GsmMmiCode ret = null;
190 ret = new GsmMmiCode(phone, app);
207 ret = new GsmMmiCode(phone, app);
215 ret = new GsmMmiCode(phone, app);
222 ret = new GsmMmiCode(phone, app);
229 static GsmMmiCode
232 GsmMmiCode ret
    [all...]
GSMPhone.java 107 ArrayList <GsmMmiCode> mPendingMMIs = new ArrayList<GsmMmiCode>();
722 GsmMmiCode mmi =
723 GsmMmiCode.newFromDialString(networkPortion, this, mUiccApplication.get());
743 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get());
757 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get());
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 35 import com.android.internal.telephony.gsm.GsmMmiCode;
    [all...]

Completed in 52 milliseconds