Home
last modified time | relevance | path

Searched refs:getNetworkSelectionMode (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java326 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java327 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1098 mCi.getNetworkSelectionMode(msg); in setNetworkSelectionModeAutomatic()
1145 public void getNetworkSelectionMode(Message message) { in getNetworkSelectionMode() method in Phone
1146 mCi.getNetworkSelectionMode(message); in getNetworkSelectionMode()
DCommandsInterface.java1274 void getNetworkSelectionMode(Message response); in getNetworkSelectionMode() method
DSubscriptionInfoUpdater.java470 mPhone[slotId].getNetworkSelectionMode( in handleSimLoaded()
DServiceStateTracker.java1195 mCi.getNetworkSelectionMode(obtainMessage(EVENT_POLL_STATE_NETWORK_SELECTION_MODE)); in handleMessage()
1203 mCi.getNetworkSelectionMode(obtainMessage(EVENT_POLL_STATE_NETWORK_SELECTION_MODE)); in handleMessage()
2473 mCi.getNetworkSelectionMode(obtainMessage( in pollState()
DRIL.java1887 getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java530 verify(mSimulatedCommandsVerifier).getNetworkSelectionMode(any(Message.class)); in testHandleInitialMessages()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1344 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in SimulatedCommands
1345 SimulatedCommandsVerifier.getInstance().getNetworkSelectionMode(result); in getNetworkSelectionMode()
DSimulatedCommandsVerifier.java935 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java332 public void getNetworkSelectionMode(Message message) { in getNetworkSelectionMode() method in PhoneMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken439 public void getNetworkSelectionMode(Message response) {