Home
last modified time | relevance | path

Searched refs:newFromDialString (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmMmiCodeTest.java89 mGsmMmiCode = GsmMmiCode.newFromDialString(TEST_DIAL_STRING_SERVICE_CODE, mGsmCdmaPhoneUT, in testIsTemporaryModeCLIRFromCarrierConfig()
98 mGsmMmiCode = GsmMmiCode.newFromDialString(TEST_DIAL_STRING_NO_SERVICE_CODE, in testIsTemporaryModeCLIRForNonServiceCode()
106 mGsmMmiCode = GsmMmiCode.newFromDialString(TEST_DIAL_STRING_NON_EMERGENCY_NUMBER, in testIsTemporaryModeCLIRForNonEmergencyNumber()
348 GsmMmiCode validFac = GsmMmiCode.newFromDialString("#112#6505551212*", mGsmCdmaPhoneUT, in testFacCode()
355 GsmMmiCode validFac2 = GsmMmiCode.newFromDialString("#112#650-555-1212*", mGsmCdmaPhoneUT, in testFacCode()
361 GsmMmiCode invalidFac = GsmMmiCode.newFromDialString("#113#6505551212*", mGsmCdmaPhoneUT, in testFacCode()
366 GsmMmiCode ussd = GsmMmiCode.newFromDialString("*#112*6505551212#", mGsmCdmaPhoneUT, in testFacCode()
371 GsmMmiCode invalidFormat = GsmMmiCode.newFromDialString("*#112*6505551212", mGsmCdmaPhoneUT, in testFacCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneMmiCodeTest.java92 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaMmiCode.java119 newFromDialString(String dialString, GsmCdmaPhone phone, UiccCardApplication app) { in newFromDialString() method in CdmaMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java237 public static GsmMmiCode newFromDialString(String dialString, GsmCdmaPhone phone, in newFromDialString() method in GsmMmiCode
239 return newFromDialString(dialString, phone, app, null); in newFromDialString()
242 public static GsmMmiCode newFromDialString(String dialString, GsmCdmaPhone phone, in newFromDialString() method in GsmMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java265 public static ImsPhoneMmiCode newFromDialString(String dialString, ImsPhone phone) { in newFromDialString() method in ImsPhoneMmiCode
266 return newFromDialString(dialString, phone, null); in newFromDialString()
269 static ImsPhoneMmiCode newFromDialString(String dialString, in newFromDialString() method in ImsPhoneMmiCode
DImsPhone.java1020 ImsPhoneMmiCode.newFromDialString(networkPortion, this, wrappedCallback); in dialInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java1723 GsmMmiCode mmi = GsmMmiCode.newFromDialString(networkPortion, this, in dialInternal()
1747 mmi = GsmMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); in handlePinMmi()
1749 mmi = CdmaMmiCode.newFromDialString(dialString, this, mUiccApplication.get()); in handlePinMmi()