Home
last modified time | relevance | path

Searched refs:acknowledgeIncomingGsmSmsWithPdu (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimDataDownloadHandler.java263 mCi.acknowledgeIncomingGsmSmsWithPdu(success, in sendSmsAckForEnvelopeResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java302 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java301 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java888 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) { in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommandsVerifier
DSimulatedCommands.java1275 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1234 void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response); in acknowledgeIncomingGsmSmsWithPdu() method
DRIL.java3404 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message result) { in acknowledgeIncomingGsmSmsWithPdu() method in RIL
3416 radioProxy.acknowledgeIncomingGsmSmsWithPdu(rr.mSerial, success, in acknowledgeIncomingGsmSmsWithPdu()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken122 public synchronized void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java711 mRILUnderTest.acknowledgeIncomingGsmSmsWithPdu(success, ackPdu, obtainMessage()); in testAcknowledgeIncomingGsmSmsWithPdu()
712 verify(mRadioProxy).acknowledgeIncomingGsmSmsWithPdu( in testAcknowledgeIncomingGsmSmsWithPdu()