Searched defs:CdmaMmiCode (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java42 public final class CdmaMmiCode extends Handler implements MmiCode { class in inherits:Handler,MmiCode
43 static final String LOG_TAG = "CdmaMmiCode";
108 public static CdmaMmiCode
111 CdmaMmiCode ret = null;
117 ret = new CdmaMmiCode(phone,app);
146 CdmaMmiCode (GsmCdmaPhone phone, UiccCardApplication app) { method in class:CdmaMmiCode
206 Rlog.w(LOG_TAG, "isUssdRequest is not implemented in CdmaMmiCode");

Completed in 52 milliseconds