Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioServiceProxy.java77 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioServiceProxy
79 if (!isAidl()) mRadioProxy.responseAcknowledgement(); in responseAcknowledgement()
DRadioModemProxy.java279 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioModemProxy
282 mModemProxy.responseAcknowledgement(); in responseAcknowledgement()
284 mRadioProxy.responseAcknowledgement(); in responseAcknowledgement()
DRadioVoiceProxy.java458 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioVoiceProxy
461 mVoiceProxy.responseAcknowledgement(); in responseAcknowledgement()
463 mRadioProxy.responseAcknowledgement(); in responseAcknowledgement()
DRadioDataProxy.java185 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioDataProxy
188 mDataProxy.responseAcknowledgement(); in responseAcknowledgement()
190 mRadioProxy.responseAcknowledgement(); in responseAcknowledgement()
DRadioImsProxy.java83 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioImsProxy
DRadioMessagingProxy.java235 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioMessagingProxy
238 mMessagingProxy.responseAcknowledgement(); in responseAcknowledgement()
240 mRadioProxy.responseAcknowledgement(); in responseAcknowledgement()
DRadioSimProxy.java456 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioSimProxy
459 mSimProxy.responseAcknowledgement(); in responseAcknowledgement()
461 mRadioProxy.responseAcknowledgement(); in responseAcknowledgement()
DRadioNetworkProxy.java354 public void responseAcknowledgement() throws RemoteException { in responseAcknowledgement() method in RadioNetworkProxy
357 mNetworkProxy.responseAcknowledgement(); in responseAcknowledgement()
359 mRadioProxy.responseAcknowledgement(); in responseAcknowledgement()
DRIL.java5623 radioProxy.responseAcknowledgement(); in sendAck()
5635 serviceProxy.responseAcknowledgement(); in sendAck()