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 48 public final class GsmMmiCode extends Handler implements MmiCode {
49 static final String LOG_TAG = "GsmMmiCode";
184 static GsmMmiCode
187 GsmMmiCode ret = null;
193 ret = new GsmMmiCode(phone, app);
210 ret = new GsmMmiCode(phone, app);
218 ret = new GsmMmiCode(phone, app);
225 ret = new GsmMmiCode(phone, app);
232 static GsmMmiCode
235 GsmMmiCode ret
    [all...]
GSMPhone.java 115 ArrayList <GsmMmiCode> mPendingMMIs = new ArrayList<GsmMmiCode>();
856 GsmMmiCode mmi =
857 GsmMmiCode.newFromDialString(networkPortion, this, mUiccApplication.get());
877 GsmMmiCode mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get());
891 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get());
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 37 import com.android.internal.telephony.gsm.GsmMmiCode;
    [all...]

Completed in 60 milliseconds