Searched refs:ImsPhoneMmiCode (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneMmiCodeTest.java | 57 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/ |
D | ImsPhoneMmiCode.java | 84 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 …]
|
D | ImsPhone.java | 283 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 …]
|
D | ImsPhoneCallTracker.java | 4954 ImsPhoneMmiCode mmiCode = new ImsPhoneMmiCode(mPhone); in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 116 import com.android.internal.telephony.imsphone.ImsPhoneMmiCode; 1519 boolean isSuppServiceCode = ImsPhoneMmiCode.isSuppServiceCodes(dialPart, this); in dial()
|
/frameworks/base/boot/ |
D | preloaded-classes | 12507 com.android.internal.telephony.imsphone.ImsPhoneMmiCode
|
D | boot-image-profile.txt | 34948 Lcom/android/internal/telephony/imsphone/ImsPhoneMmiCode;
|
/frameworks/base/config/ |
D | preloaded-classes | 12538 com.android.internal.telephony.imsphone.ImsPhoneMmiCode
|
D | boot-image-profile.txt | 45109 Lcom/android/internal/telephony/imsphone/ImsPhoneMmiCode;
|