Home
last modified time | relevance | path

Searched refs:setSuppServiceNotifications (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java627 public void setSuppServiceNotifications(int serial, boolean enable) throws RemoteException { in setSuppServiceNotifications() method in RadioNetworkProxy
630 mNetworkProxy.setSuppServiceNotifications(serial, enable); in setSuppServiceNotifications()
632 mRadioProxy.setSuppServiceNotifications(serial, enable); in setSuppServiceNotifications()
DCommandsInterface.java495 void setSuppServiceNotifications(boolean enable, Message result); in setSuppServiceNotifications() method
DRIL.java2788 public void setSuppServiceNotifications(boolean enable, Message result) { in setSuppServiceNotifications() method in RIL
2804 networkProxy.setSuppServiceNotifications(rr.mSerial, enable); in setSuppServiceNotifications()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java274 public void setSuppServiceNotifications(boolean enable, Message result) { in setSuppServiceNotifications() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java429 public void setSuppServiceNotifications(boolean enable, Message result) { in setSuppServiceNotifications() method in SimulatedCommandsVerifier
DSimulatedCommands.java427 setSuppServiceNotifications(boolean enable, Message result) { in setSuppServiceNotifications() method in SimulatedCommands