Home
last modified time | relevance | path

Searched refs:startNetworkScan (Results 1 – 25 of 26) sorted by relevance

12

/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
106 radio_v1_1->startNetworkScan(serial, request); in TEST_P()
133 radio_v1_1->startNetworkScan(serial, request); in TEST_P()
/aosp12/packages/services/AlternativeNetworkAccess/src/com/android/ons/
H A DONSNetworkScanCtlr.java373 return startNetworkScan(networkScanRequest); in startFastNetworkScan()
377 private boolean startNetworkScan(NetworkScanRequest networkScanRequest) { in startNetworkScan() method in ONSNetworkScanCtlr
/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
H A DNetworkSelectSettings.java531 mNetworkScanHelper.startNetworkScan( in startNetworkQuery()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkScanRequestTracker.java576 nsri.mPhone.startNetworkScan(nsri.getRequest(), in startNewScan()
630 public int startNetworkScan( in startNetworkScan() method in NetworkScanRequestTracker
H A DPhoneInternalInterface.java921 void startNetworkScan(NetworkScanRequest nsr, Message response); in startNetworkScan() method
H A DCommandsInterface.java1452 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
2547 mCi.startNetworkScan(nsr, response); in startNetworkScan()
H A DRadioResponse.java2607 mRil.startNetworkScan(scanRequest, result); in responseScanStatus()
H A DRIL.java2688 public void startNetworkScan(NetworkScanRequest networkScanRequest, Message result) { in startNetworkScan() method in RIL
2808 radioProxy11.startNetworkScan(rr.mSerial, request); in startNetworkScan()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
H A DNetworkScanHelperTest.java253 mNetworkScanHelper.startNetworkScan( in startNetworkScan_incremental()
/aosp12/hardware/interfaces/radio/1.1/
H A DIRadio.hal85 oneway startNetworkScan(int32_t serial, NetworkScanRequest request);
/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/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/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
H A DRadio.h250 Return<void> startNetworkScan(
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java991 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan() method in SimulatedCommandsVerifier
H A DRILTest.java622 mRILUnderTest.startNetworkScan(nsr, obtainMessage()); in testStartNetworkScanWithUnsupportedResponse()
630 mRILUnderTest.startNetworkScan(nsr, Message.obtain(rr.getResult())); in testStartNetworkScanWithUnsupportedResponse()
H A DSimulatedCommands.java1508 public void startNetworkScan(NetworkScanRequest nsr, Message result) { in startNetworkScan() method in SimulatedCommands
/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.4/vts/functional/
H A Dradio_hidl_hal_api.cpp261 TEST_P(RadioHidlTest_v1_4, 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/hardware/ril/libril/
H A Dril_service.cpp246 Return<void> startNetworkScan(int32_t serial, const V1_1::NetworkScanRequest& request);
1336 Return<void> RadioImpl::startNetworkScan(int32_t serial, const V1_1::NetworkScanRequest& request) { in startNetworkScan() function in RadioImpl

12