Home
last modified time | relevance | path

Searched refs:newFromUssdUserInput (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java867 ImsPhoneMmiCode mmi = ImsPhoneMmiCode.newFromUssdUserInput(ussdMessge, this); in sendUssdResponse()
DImsPhoneMmiCode.java300 static ImsPhoneMmiCode newFromUssdUserInput(String ussdMessge, in newFromUssdUserInput() method in ImsPhoneMmiCode
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java256 static GsmMmiCode newFromUssdUserInput(String ussdMessge, in newFromUssdUserInput() method in GsmMmiCode
DGSMPhone.java908 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get()); in sendUssdResponse()