Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_misc.cpp96 TEST_P(RadioHidlTest, getNetworkSelectionMode) { in TEST_P() argument
/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
/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/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1478 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java981 public void getNetworkSelectionMode(Message response) { in getNetworkSelectionMode() method in SimulatedCommandsVerifier
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1832 int getNetworkSelectionMode(int subId); in getNetworkSelectionMode() method
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1438 void getNetworkSelectionMode(Message response); in getNetworkSelectionMode() method
H A DPhone.java1442 public void getNetworkSelectionMode(Message message) { in getNetworkSelectionMode() method in Phone
H A DRIL.java2521 public void getNetworkSelectionMode(Message result) { in getNetworkSelectionMode() method in RIL
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java8501 public @NetworkSelectionMode int getNetworkSelectionMode() { in getNetworkSelectionMode() method in TelephonyManager
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java3906 public int getNetworkSelectionMode(int subId) { in getNetworkSelectionMode() method in PhoneInterfaceManager
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1302 Return<void> RadioImpl::getNetworkSelectionMode(int32_t serial) { in getNetworkSelectionMode() function in RadioImpl