Home
last modified time | relevance | path

Searched defs:startNetworkScan (Results 1 – 19 of 19) sorted by relevance

/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_hidl_hal_api.cpp89 TEST_P(RadioHidlTest_v1_1, startNetworkScan) { in TEST_P() argument
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DNetworkScanHelper.java200 public void startNetworkScan(@NetworkQueryType int type) { in startNetworkScan() method in NetworkScanHelper
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/
H A DONSNetworkScanCtlr.java377 private boolean startNetworkScan(NetworkScanRequest networkScanRequest) { in startNetworkScan() method in ONSNetworkScanCtlr
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_hidl_hal_api.cpp261 TEST_P(RadioHidlTest_v1_4, startNetworkScan) { in TEST_P() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkScanRequestTracker.java630 public int startNetworkScan( in startNetworkScan() method in NetworkScanRequestTracker
H A DPhoneInternalInterface.java921 void startNetworkScan(NetworkScanRequest nsr, Message response); in startNetworkScan() method
H A DGsmCdmaPhone.java2546 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan() method in GsmCdmaPhone
H A DCommandsInterface.java1452 void startNetworkScan(NetworkScanRequest nsr, Message response); in startNetworkScan() method
H A DRIL.java2688 public void startNetworkScan(NetworkScanRequest networkScanRequest, Message result) { in startNetworkScan() method in RIL
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_api.cpp35 TEST_P(RadioHidlTest_v1_2, startNetworkScan) { in TEST_P() argument
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp564 TEST_P(RadioHidlTest_v1_5, startNetworkScan) { in TEST_P() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java420 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan() method in ImsPhoneBase
H A DImsPhoneCommandInterface.java363 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan() method in ImsPhoneCommandInterface
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java384 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan() method in SipPhoneBase
H A DSipCommandInterface.java364 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan() method in SipCommandInterface
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp835 Return<void> Radio::startNetworkScan( in startNetworkScan() function in android::hardware::radio::V1_2::implementation::Radio
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1508 public void startNetworkScan(NetworkScanRequest nsr, Message result) { in startNetworkScan() method in SimulatedCommands
H A DSimulatedCommandsVerifier.java991 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan() method in SimulatedCommandsVerifier
/aosp12/hardware/ril/libril/
H A Dril_service.cpp1336 Return<void> RadioImpl::startNetworkScan(int32_t serial, const V1_1::NetworkScanRequest& request) { in startNetworkScan() function in RadioImpl