Searched defs:acknowledgeIncomingGsmSmsWithPdu (Results 1 – 6 of 6) sorted by relevance
/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/test/ |
D | SimulatedCommands.java | 1210 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommands
|
D | SimulatedCommandsVerifier.java | 874 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message response) { in acknowledgeIncomingGsmSmsWithPdu() method in SimulatedCommandsVerifier
|
/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
|