/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/gsm/ |
H A D | AutoSelectPreferenceController.java | 120 return mTelephonyManager.getNetworkSelectionMode() in isChecked() 174 final int mode = mTelephonyManager.getNetworkSelectionMode(); in setAutomaticSelectionMode()
|
H A D | OpenNetworkSelectPagePreferenceController.java | 99 preference.setEnabled(mTelephonyManager.getNetworkSelectionMode() in updateState()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/gsm/ |
H A D | OpenNetworkSelectPagePreferenceControllerTest.java | 102 when(mTelephonyManager.getNetworkSelectionMode()).thenReturn( in updateState_modeAuto_disabled()
|
H A D | AutoSelectPreferenceControllerTest.java | 99 when(mTelephonyManager.getNetworkSelectionMode()).thenReturn( in setChecked_isChecked_showProgressDialog()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_misc.cpp | 96 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 D | ImsPhoneCommandInterface.java | 355 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in ImsPhoneCommandInterface
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipCommandInterface.java | 356 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SipCommandInterface
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 341 Return<void> Radio::getNetworkSelectionMode(int32_t /* serial */) { in getNetworkSelectionMode() function in android::hardware::radio::V1_2::implementation::Radio
|
H A D | Radio.h | 117 Return<void> getNetworkSelectionMode(int32_t serial) override;
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 1832 int getNetworkSelectionMode(int subId); in getNetworkSelectionMode() method
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommands.java | 1478 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in SimulatedCommands 1479 SimulatedCommandsVerifier.getInstance().getNetworkSelectionMode(result); in getNetworkSelectionMode()
|
H A D | SimulatedCommandsVerifier.java | 981 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SimulatedCommandsVerifier
|
H A D | GsmCdmaPhoneTest.java | 988 verify(mSimulatedCommandsVerifier).getNetworkSelectionMode(nullable(Message.class)); in testHandleInitialMessages()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | UsimDataDownloadCommands.java.broken | 439 public void getNetworkSelectionMode(Message response) {
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Phone.java | 1390 mCi.getNetworkSelectionMode(msg); in setNetworkSelectionModeAutomatic() 1442 public void getNetworkSelectionMode(Message message) { in getNetworkSelectionMode() method in Phone 1443 mCi.getNetworkSelectionMode(message); in getNetworkSelectionMode()
|
H A D | CommandsInterface.java | 1438 void getNetworkSelectionMode(Message response); in getNetworkSelectionMode() method
|
H A D | SubscriptionInfoUpdater.java | 562 PhoneFactory.getPhone(phoneId).getNetworkSelectionMode( in handleSimLoaded()
|
H A D | ServiceStateTracker.java | 1594 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 D | RIL.java | 2521 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 D | TelephonyManager.java | 8501 public @NetworkSelectionMode int getNetworkSelectionMode() { in getNetworkSelectionMode() method in TelephonyManager 8506 mode = telephony.getNetworkSelectionMode(getSubId()); in getNetworkSelectionMode()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | IRadio.hal | 614 oneway getNetworkSelectionMode(int32_t serial);
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 1507 getPhoneFromRequest(request).getNetworkSelectionMode(onCompleted); in handleMessage() 3906 public int getNetworkSelectionMode(int subId) { in getNetworkSelectionMode() method in PhoneInterfaceManager
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 237 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 D | current.txt | 42730 …TATE", android.Manifest.permission.READ_PRECISE_PHONE_STATE}) public int getNetworkSelectionMode();
|