Home
last modified time | relevance | path

Searched defs:nsr (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanResultTest.java66 NetworkScanResult nsr = new NetworkScanResult(0, 0, infos); in testParcel() local
DRILTest.java726 NetworkScanRequest nsr = getNetworkScanRequestForTesting(); in testStartNetworkScanWithUnsupportedResponse() local
DSimulatedCommands.java1473 public void startNetworkScan(NetworkScanRequest nsr, Message result) { in startNetworkScan()
DSimulatedCommandsVerifier.java968 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
/frameworks/base/telephony/java/com/android/internal/telephony/
DNetworkScanResult.java92 NetworkScanResult nsr; in equals() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkResponse.java372 NetworkScanResult nsr = null; in startNetworkScanResponse() local
388 NetworkScanResult nsr = null; in stopNetworkScanResponse() local
DRadioIndication.java1250 NetworkScanResult nsr = new NetworkScanResult(result.status, result.error, cellInfos); in responseNetworkScan() local
1261 NetworkScanResult nsr = new NetworkScanResult(result.status, result.error, cellInfos); in responseNetworkScan_1_5() local
1272 NetworkScanResult nsr = new NetworkScanResult(result.status, result.error, cellInfos); in responseNetworkScan_1_6() local
DNetworkIndication.java246 NetworkScanResult nsr = new NetworkScanResult(result.status, result.error, cellInfos); in networkScanResult() local
DNetworkScanRequestTracker.java468 NetworkScanResult nsr = (NetworkScanResult) ar.result; in receiveResult() local
DPhoneInternalInterface.java921 void startNetworkScan(NetworkScanRequest nsr, Message response); in startNetworkScan()
DRadioResponse.java2368 NetworkScanResult nsr = null; in responseScanStatus() local
DGsmCdmaPhone.java2949 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
DCommandsInterface.java1424 void startNetworkScan(NetworkScanRequest nsr, Message response); in startNetworkScan()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java464 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
DImsPhoneCommandInterface.java335 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()