Home
last modified time | relevance | path

Searched refs:getAllowedNetworkTypesBitmap (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java116 public void getAllowedNetworkTypesBitmap(int serial) throws RemoteException { in getAllowedNetworkTypesBitmap() method in RadioNetworkProxy
119 mNetworkProxy.getAllowedNetworkTypesBitmap(serial); in getAllowedNetworkTypesBitmap()
121 ((android.hardware.radio.V1_6.IRadio) mRadioProxy).getAllowedNetworkTypesBitmap(serial); in getAllowedNetworkTypesBitmap()
DCommandsInterface.java1550 void getAllowedNetworkTypesBitmap(Message response); in getAllowedNetworkTypesBitmap() method
DRIL.java3008 networkProxy.getAllowedNetworkTypesBitmap(rr.mSerial); in getPreferredNetworkType()
3041 public void getAllowedNetworkTypesBitmap(Message result) { in getAllowedNetworkTypesBitmap() method in RIL
3056 networkProxy.getAllowedNetworkTypesBitmap(rr.mSerial); in getAllowedNetworkTypesBitmap()
DPhone.java2644 mCi.getAllowedNetworkTypesBitmap(response); in getAllowedNetworkTypesBitmask()
DServiceStateTracker.java1093 mCi.getAllowedNetworkTypesBitmap( in reRegisterNetwork()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java427 public void getAllowedNetworkTypesBitmap(Message response) { in getAllowedNetworkTypesBitmap() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1043 public void getAllowedNetworkTypesBitmap(Message response) { in getAllowedNetworkTypesBitmap() method in SimulatedCommandsVerifier
DSimulatedCommands.java1199 public void getAllowedNetworkTypesBitmap(Message response) { in getAllowedNetworkTypesBitmap() method in SimulatedCommands
1200 SimulatedCommandsVerifier.getInstance().getAllowedNetworkTypesBitmap(response); in getAllowedNetworkTypesBitmap()