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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java743 public void sendUssdResponse(String ussdMessge) { argument
744 GsmMmiCode mmi = GsmMmiCode.newFromUssdUserInput(ussdMessge, this, mUiccApplication.get());
747 mmi.sendUssd(ussdMessge);
H A DGsmMmiCode.java247 static GsmMmiCode newFromUssdUserInput(String ussdMessge, argument
252 ret.message = ussdMessge;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java463 * @param ussdMessge Message to send in the response.
465 public void sendUssdResponse(String ussdMessge); argument
H A DPhoneProxy.java394 public void sendUssdResponse(String ussdMessge) { argument
395 mActivePhone.sendUssdResponse(ussdMessge);
H A DCallManager.java883 * @param ussdMessge Message to send in the response.
886 public boolean sendUssdResponse(Phone phone, String ussdMessge) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java248 public void sendUssdResponse(String ussdMessge) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java649 public void sendUssdResponse(String ussdMessge) { argument

Completed in 39 milliseconds