Searched defs:getNetworkSelectionMode (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java330 public void getNetworkSelectionMode(Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java331 public void getNetworkSelectionMode(Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1283 void getNetworkSelectionMode(Message response); method in interface:CommandsInterface
H A DRIL.java1741 public void getNetworkSelectionMode(Message result) { method in class:RIL
1750 radioProxy.getNetworkSelectionMode(rr.mSerial);
1752 handleRadioProxyExceptionForRR(rr, "getNetworkSelectionMode", e);
H A DPhone.java1176 mCi.getNetworkSelectionMode(msg);
1223 public void getNetworkSelectionMode(Message message) { method in class:Phone
1224 mCi.getNetworkSelectionMode(message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1343 public void getNetworkSelectionMode(Message result) { method in class:SimulatedCommands
1344 SimulatedCommandsVerifier.getInstance().getNetworkSelectionMode(result);
H A DSimulatedCommandsVerifier.java940 public void getNetworkSelectionMode(Message response) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java340 public void getNetworkSelectionMode(Message message) { method in class:PhoneMock

Completed in 368 milliseconds