Searched refs:ussdMessge (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java767 public void sendUssdResponse(String ussdMessge) { argument
768 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get());
771 mmi.sendUssd(ussdMessge);
H A DGsmMmiCode.java251 static GsmMmiCode newFromUssdUserInput(String ussdMessge, argument
256 ret.mMessage = ussdMessge;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java478 * @param ussdMessge Message to send in the response.
480 public void sendUssdResponse(String ussdMessge); argument
H A DPhoneProxy.java453 public void sendUssdResponse(String ussdMessge) { argument
454 mActivePhone.sendUssdResponse(ussdMessge);
H A DCallManager.java903 * @param ussdMessge Message to send in the response.
906 public boolean sendUssdResponse(Phone phone, String ussdMessge) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java259 public void sendUssdResponse(String ussdMessge) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java734 public void sendUssdResponse(String ussdMessge) { argument

Completed in 76 milliseconds