Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DNetworkScanResultTest.java66 NetworkScanResult nsr = new NetworkScanResult(0, 0, infos); in testParcel() local
H A DRILTest.java621 NetworkScanRequest nsr = getNetworkScanRequestForTesting(); in testStartNetworkScanWithUnsupportedResponse() local
H A DSimulatedCommands.java1508 public void startNetworkScan(NetworkScanRequest nsr, Message result) { in startNetworkScan()
H A DSimulatedCommandsVerifier.java991 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DNetworkScanResult.java92 NetworkScanResult nsr; in equals() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java1338 NetworkScanResult nsr = null; in responseNetworkScan() local
1349 NetworkScanResult nsr = null; in responseNetworkScan_1_2() local
1361 NetworkScanResult nsr = new NetworkScanResult(result.status, result.error, cellInfos); in responseNetworkScan_1_4() local
1371 NetworkScanResult nsr = new NetworkScanResult(result.status, result.error, cellInfos); in responseNetworkScan_1_5() local
1381 NetworkScanResult nsr = new NetworkScanResult(result.status, result.error, cellInfos); in responseNetworkScan_1_6() local
H A DNetworkScanRequestTracker.java455 NetworkScanResult nsr = (NetworkScanResult) ar.result; in receiveResult() local
H A DPhoneInternalInterface.java921 void startNetworkScan(NetworkScanRequest nsr, Message response); in startNetworkScan()
H A DGsmCdmaPhone.java2546 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
H A DRadioResponse.java2614 NetworkScanResult nsr = null; in responseScanStatus() local
H A DCommandsInterface.java1452 void startNetworkScan(NetworkScanRequest nsr, Message response); in startNetworkScan()
H A DRIL.java2689 final NetworkScanRequest nsr = networkScanRequest; in startNetworkScan() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DNetworkScanRequest.java243 NetworkScanRequest nsr; in equals() local
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java172 final Random nsr = notSoRandom(seed); in Cat() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java420 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
H A DImsPhoneCommandInterface.java363 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java384 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()
H A DSipCommandInterface.java364 public void startNetworkScan(NetworkScanRequest nsr, Message response) { in startNetworkScan()