Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/gsm/
H A DAutoSelectPreferenceController.java120 return mTelephonyManager.getNetworkSelectionMode() in isChecked()
174 final int mode = mTelephonyManager.getNetworkSelectionMode(); in setAutomaticSelectionMode()
H A DOpenNetworkSelectPagePreferenceController.java99 preference.setEnabled(mTelephonyManager.getNetworkSelectionMode() in updateState()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/gsm/
H A DOpenNetworkSelectPagePreferenceControllerTest.java102 when(mTelephonyManager.getNetworkSelectionMode()).thenReturn( in updateState_modeAuto_disabled()
H A DAutoSelectPreferenceControllerTest.java99 when(mTelephonyManager.getNetworkSelectionMode()).thenReturn( in setChecked_isChecked_showProgressDialog()
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp96 TEST_P(RadioHidlTest, getNetworkSelectionMode) { in TEST_P() argument
100 radio->getNetworkSelectionMode(serial); in TEST_P()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java355 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java356 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp341 Return<void> Radio::getNetworkSelectionMode(int32_t /* serial */) { in getNetworkSelectionMode() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h117 Return<void> getNetworkSelectionMode(int32_t serial) override;
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1832 int getNetworkSelectionMode(int subId); in getNetworkSelectionMode() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1478 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in SimulatedCommands
1479 SimulatedCommandsVerifier.getInstance().getNetworkSelectionMode(result); in getNetworkSelectionMode()
H A DSimulatedCommandsVerifier.java981 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SimulatedCommandsVerifier
H A DGsmCdmaPhoneTest.java988 verify(mSimulatedCommandsVerifier).getNetworkSelectionMode(nullable(Message.class)); in testHandleInitialMessages()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken439 public void getNetworkSelectionMode(Message response) {
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1390 mCi.getNetworkSelectionMode(msg); in setNetworkSelectionModeAutomatic()
1442 public void getNetworkSelectionMode(Message message) { in getNetworkSelectionMode() method in Phone
1443 mCi.getNetworkSelectionMode(message); in getNetworkSelectionMode()
H A DCommandsInterface.java1438 void getNetworkSelectionMode(Message response); in getNetworkSelectionMode() method
H A DSubscriptionInfoUpdater.java562 PhoneFactory.getPhone(phoneId).getNetworkSelectionMode( in handleSimLoaded()
H A DServiceStateTracker.java1594 mCi.getNetworkSelectionMode(obtainMessage(EVENT_POLL_STATE_NETWORK_SELECTION_MODE)); in handleMessage()
1602 mCi.getNetworkSelectionMode(obtainMessage(EVENT_POLL_STATE_NETWORK_SELECTION_MODE)); in handleMessage()
3463 mCi.getNetworkSelectionMode(obtainMessage( in pollStateInternal()
H A DRIL.java2521 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in RIL
2530 radioProxy.getNetworkSelectionMode(rr.mSerial); in getNetworkSelectionMode()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java8501 public @NetworkSelectionMode int getNetworkSelectionMode() { in getNetworkSelectionMode() method in TelephonyManager
8506 mode = telephony.getNetworkSelectionMode(getSubId()); in getNetworkSelectionMode()
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal614 oneway getNetworkSelectionMode(int32_t serial);
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1507 getPhoneFromRequest(request).getNetworkSelectionMode(onCompleted); in handleMessage()
3906 public int getNetworkSelectionMode(int subId) { in getNetworkSelectionMode() method in PhoneInterfaceManager
/aosp12/hardware/ril/libril/
H A Dril_service.cpp237 Return<void> getNetworkSelectionMode(int32_t serial);
1302 Return<void> RadioImpl::getNetworkSelectionMode(int32_t serial) { in getNetworkSelectionMode() function in RadioImpl
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42730 …TATE", android.Manifest.permission.READ_PRECISE_PHONE_STATE}) public int getNetworkSelectionMode();