HomeSort by relevance Sort by last modified time
    Searched refs:startNetworkScan (Results 1 - 20 of 20) sorted by null

  /hardware/interfaces/radio/1.1/
IRadio.hal 82 oneway startNetworkScan(int32_t serial, NetworkScanRequest request);
  /hardware/interfaces/radio/1.1/vts/functional/
radio_hidl_hal_api.cpp 79 * Test IRadio.startNetworkScan() for the response returned.
81 TEST_F(RadioHidlTest_v1_1, startNetworkScan) {
98 radio_v1_1->startNetworkScan(serial, request);
104 ALOGI("startNetworkScan, rspInfo.error = %d\n", (int32_t)radioRsp_v1_1->rspInfo.error);
113 * Test IRadio.startNetworkScan() for the response returned.
122 radio_v1_1->startNetworkScan(serial, request);
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java 267 Message startNetworkScan = mHandler.obtainMessage(EVENT_NETWORK_SCAN_START);
269 startNetworkScan.sendToTarget();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
NetworkScanRequestTracker.java 487 nsri.mPhone.startNetworkScan(nsri.getRequest(),
537 public int startNetworkScan(
PhoneInternalInterface.java 714 void startNetworkScan(NetworkScanRequest nsr, Message response);
    [all...]
CommandsInterface.java     [all...]
GsmCdmaPhone.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 433 public void startNetworkScan(NetworkScanRequest nsr, Message response) {
ImsPhoneCommandInterface.java 349 public void startNetworkScan(NetworkScanRequest nsr, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 390 public void startNetworkScan(NetworkScanRequest nsr, Message response) {
SipCommandInterface.java 350 public void startNetworkScan(NetworkScanRequest nsr, Message response) {
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 835 Return<void> Radio::startNetworkScan(
Radio.h 250 Return<void> startNetworkScan(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 962 public void startNetworkScan(NetworkScanRequest nsr, Message response) {
SimulatedCommands.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java     [all...]
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_api.cpp 23 * Test IRadio.startNetworkScan() for the response returned.
25 TEST_F(RadioHidlTest_v1_2, startNetworkScan) {
42 ALOGI("startNetworkScan, rspInfo.error = %s\n", toString(radioRsp_v1_2->rspInfo.error).c_str());
51 * Test IRadio.startNetworkScan() with invalid specifier.
77 * Test IRadio.startNetworkScan() with invalid interval (lower boundary).
113 * Test IRadio.startNetworkScan() with invalid interval (upper boundary).
149 * Test IRadio.startNetworkScan() with invalid max search time (lower boundary).
185 * Test IRadio.startNetworkScan() with invalid max search time (upper boundary).
221 * Test IRadio.startNetworkScan() with invalid periodicity (lower boundary).
257 * Test IRadio.startNetworkScan() with invalid periodicity (upper boundary)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /hardware/ril/libril/
ril_service.cpp 257 Return<void> startNetworkScan(int32_t serial, const V1_1::NetworkScanRequest& request);
    [all...]

Completed in 165 milliseconds