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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java67 public final class ImsPhoneMmiCode extends Handler implements MmiCode { class in inherits:Handler,MmiCode
68 static final String LOG_TAG = "ImsPhoneMmiCode";
240 static ImsPhoneMmiCode newFromDialString(String dialString, ImsPhone phone) {
244 static ImsPhoneMmiCode newFromDialString(String dialString,
247 ImsPhoneMmiCode ret = null;
261 ret = new ImsPhoneMmiCode(phone);
279 ret = new ImsPhoneMmiCode(phone);
287 ret = new ImsPhoneMmiCode(phone);
294 ret = new ImsPhoneMmiCode(phone);
320 static ImsPhoneMmiCode
501 public ImsPhoneMmiCode(ImsPhone phone) { method in class:ImsPhoneMmiCode
[all...]

Completed in 39 milliseconds