Searched refs:ImsPhoneMmiCode (Results 1 – 4 of 4) sorted by relevance
73 public final class ImsPhoneMmiCode extends Handler implements MmiCode { class253 static ImsPhoneMmiCode newFromDialString(String dialString, ImsPhone phone) { in newFromDialString()257 static ImsPhoneMmiCode newFromDialString(String dialString, in newFromDialString()260 ImsPhoneMmiCode ret = null; in newFromDialString()274 ret = new ImsPhoneMmiCode(phone); in newFromDialString()292 ret = new ImsPhoneMmiCode(phone); in newFromDialString()300 ret = new ImsPhoneMmiCode(phone); in newFromDialString()307 ret = new ImsPhoneMmiCode(phone); in newFromDialString()333 static ImsPhoneMmiCode335 ImsPhoneMmiCode ret; in newNetworkInitiatedUssd()[all …]
228 private ArrayList <ImsPhoneMmiCode> mPendingMMIs = new ArrayList<ImsPhoneMmiCode>();515 public List<? extends ImsPhoneMmiCode>927 ImsPhoneMmiCode mmi = in dialInternal()928 ImsPhoneMmiCode.newFromDialString(networkPortion, this, wrappedCallback); in dialInternal()1353 ImsPhoneMmiCode mmi = ImsPhoneMmiCode.newFromUssdUserInput(ussdMessge, this); in sendUssdResponse()1439 onNetworkInitiatedUssd(ImsPhoneMmiCode mmi) { in onNetworkInitiatedUssd()1459 ImsPhoneMmiCode found = null; in onIncomingUSSD()1480 ImsPhoneMmiCode mmi; in onIncomingUSSD()1481 mmi = ImsPhoneMmiCode.newNetworkInitiatedUssd(ussdMessage, in onIncomingUSSD()1494 public void onMMIDone(ImsPhoneMmiCode mmi) { in onMMIDone()
3931 ImsPhoneMmiCode mmiCode = new ImsPhoneMmiCode(mPhone); in handleMessage()
97 import com.android.internal.telephony.imsphone.ImsPhoneMmiCode;1328 boolean isSuppServiceCode = ImsPhoneMmiCode.isSuppServiceCodes(dialPart, this); in dial()