Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java342 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java341 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in ImsPhoneCommandInterface
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1724 int getNetworkSelectionMode(int subId); in getNetworkSelectionMode() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1313 mCi.getNetworkSelectionMode(msg); in setNetworkSelectionModeAutomatic()
1365 public void getNetworkSelectionMode(Message message) { in getNetworkSelectionMode() method in Phone
1366 mCi.getNetworkSelectionMode(message); in getNetworkSelectionMode()
DCommandsInterface.java1345 void getNetworkSelectionMode(Message response); in getNetworkSelectionMode() method
DSubscriptionInfoUpdater.java526 mPhone[slotId].getNetworkSelectionMode( in handleSimLoaded()
DServiceStateTracker.java1411 mCi.getNetworkSelectionMode(obtainMessage(EVENT_POLL_STATE_NETWORK_SELECTION_MODE)); in handleMessage()
1419 mCi.getNetworkSelectionMode(obtainMessage(EVENT_POLL_STATE_NETWORK_SELECTION_MODE)); in handleMessage()
2997 mCi.getNetworkSelectionMode(obtainMessage( in pollState()
DRIL.java1955 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in RIL
1964 radioProxy.getNetworkSelectionMode(rr.mSerial); in getNetworkSelectionMode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java338 public void getNetworkSelectionMode(Message message) { in getNetworkSelectionMode() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1406 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in SimulatedCommands
1407 SimulatedCommandsVerifier.getInstance().getNetworkSelectionMode(result); in getNetworkSelectionMode()
DSimulatedCommandsVerifier.java952 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken439 public void getNetworkSelectionMode(Message response) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java635 verify(mSimulatedCommandsVerifier).getNetworkSelectionMode(nullable(Message.class)); in testHandleInitialMessages()