Searched refs:acknowledgeIncomingGsmSmsWithPdu (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadHandler.java | 256 mCi.acknowledgeIncomingGsmSmsWithPdu(success, in sendSmsAckForEnvelopeResponse()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 288 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 289 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1179 void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response); in acknowledgeIncomingGsmSmsWithPdu() method
|
D | RIL.java | 2877 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message result) { in acknowledgeIncomingGsmSmsWithPdu() method in RIL 2889 radioProxy.acknowledgeIncomingGsmSmsWithPdu(rr.mSerial, success, in acknowledgeIncomingGsmSmsWithPdu()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 874 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) { in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 1210 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommands
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 122 public synchronized void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu,
|