Home
last modified time | relevance | path

Searched refs:ImsPhoneMmiCode (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneMmiCodeTest.java57 private ImsPhoneMmiCode mImsPhoneMmiCode;
92 mImsPhoneMmiCode = ImsPhoneMmiCode.newFromDialString(TEST_DIAL_STRING_SERVICE_CODE, in testIsTemporaryModeCLIRFromCarrierConfig()
101 mImsPhoneMmiCode = ImsPhoneMmiCode.newFromDialString(TEST_DIAL_STRING_NO_SERVICE_CODE, in testIsTemporaryModeCLIRForNonServiceCode()
109 mImsPhoneMmiCode = ImsPhoneMmiCode.newFromDialString(TEST_DIAL_STRING_NON_EMERGENCY_NUMBER, in testIsTemporaryModeCLIRForNonEmergencyNumber()
116 ImsPhoneMmiCode mmi = ImsPhoneMmiCode.newNetworkInitiatedUssd(null, true, mImsPhoneUT); in testNoCrashOnEmptyMessage()
137 mImsPhoneMmiCode = ImsPhoneMmiCode.newNetworkInitiatedUssd(null, true, mImsPhoneUT); in testOperationNotSupported()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java84 public final class ImsPhoneMmiCode extends Handler implements MmiCode { class
265 public static ImsPhoneMmiCode newFromDialString(String dialString, ImsPhone phone) { in newFromDialString()
269 static ImsPhoneMmiCode newFromDialString(String dialString, in newFromDialString()
272 ImsPhoneMmiCode ret = null; in newFromDialString()
290 ret = new ImsPhoneMmiCode(phone); in newFromDialString()
308 ret = new ImsPhoneMmiCode(phone); in newFromDialString()
316 ret = new ImsPhoneMmiCode(phone); in newFromDialString()
324 ret = new ImsPhoneMmiCode(phone); in newFromDialString()
350 public static ImsPhoneMmiCode newNetworkInitiatedUssd(String ussdMessage, in newNetworkInitiatedUssd()
352 ImsPhoneMmiCode ret; in newNetworkInitiatedUssd()
[all …]
DImsPhone.java283 private ArrayList <ImsPhoneMmiCode> mPendingMMIs = new ArrayList<ImsPhoneMmiCode>();
601 public List<? extends ImsPhoneMmiCode>
1019 ImsPhoneMmiCode mmi = in dialInternal()
1020 ImsPhoneMmiCode.newFromDialString(networkPortion, this, wrappedCallback); in dialInternal()
1445 ImsPhoneMmiCode mmi = ImsPhoneMmiCode.newFromUssdUserInput(ussdMessge, this); in sendUssdResponse()
1535 onNetworkInitiatedUssd(ImsPhoneMmiCode mmi) { in onNetworkInitiatedUssd()
1555 ImsPhoneMmiCode found = null; in onIncomingUSSD()
1576 ImsPhoneMmiCode mmi; in onIncomingUSSD()
1577 mmi = ImsPhoneMmiCode.newNetworkInitiatedUssd(ussdMessage, in onIncomingUSSD()
1582 ImsPhoneMmiCode mmi; in onIncomingUSSD()
[all …]
DImsPhoneCallTracker.java4954 ImsPhoneMmiCode mmiCode = new ImsPhoneMmiCode(mPhone); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java116 import com.android.internal.telephony.imsphone.ImsPhoneMmiCode;
1519 boolean isSuppServiceCode = ImsPhoneMmiCode.isSuppServiceCodes(dialPart, this); in dial()
/frameworks/base/boot/
Dpreloaded-classes12507 com.android.internal.telephony.imsphone.ImsPhoneMmiCode
Dboot-image-profile.txt34948 Lcom/android/internal/telephony/imsphone/ImsPhoneMmiCode;
/frameworks/base/config/
Dpreloaded-classes12538 com.android.internal.telephony.imsphone.ImsPhoneMmiCode
Dboot-image-profile.txt45109 Lcom/android/internal/telephony/imsphone/ImsPhoneMmiCode;