Searched refs:getDummyRangingResults (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttMetricsTest.java | 220 mDut.recordResult(requestAp1, getDummyRangingResults( in testRecordResult() 223 mDut.recordResult(requestAp2, getDummyRangingResults( in testRecordResult() 226 mDut.recordResult(requestAp5, getDummyRangingResults( in testRecordResult() 229 mDut.recordResult(requestAp6, getDummyRangingResults( in testRecordResult() 268 mDut.recordResult(requestMixed03, getDummyRangingResults( in testRecordResult() 271 mDut.recordResult(requestMixed25, getDummyRangingResults( in testRecordResult() 274 mDut.recordResult(requestMixed50, getDummyRangingResults( in testRecordResult() 277 mDut.recordResult(requestMixed08, getDummyRangingResults( in testRecordResult() 332 List<RangingResult> resultMixed25 = getDummyRangingResults( in testRecordMissingResults() 620 private List<RangingResult> getDummyRangingResults(int status, RangingRequest request, in getDummyRangingResults() method in RttMetricsTest [all …]
|
D | RttServiceImplTest.java | 323 results.add(RttTestUtils.getDummyRangingResults(requests[i])); in testRangingFlow() 424 RttTestUtils.getDummyRangingResults(mRequestCaptor.getValue()); in testRangingFlowUsingAwarePeerHandles() 495 RttTestUtils.getDummyRangingResults(mRequestCaptor.getValue()); in testRangingOnlyAwareAps() 518 results.add(RttTestUtils.getDummyRangingResults(requests[i])); in testRangingFlowHalFailure() 582 RttTestUtils.getDummyRangingResults(request); in testRangingRequestWithoutRuntimePermission() 625 results.add(RttTestUtils.getDummyRangingResults(requests[i])); in testBinderDeathOfRangingApp() 705 RttTestUtils.getDummyRangingResults(request); in testBinderDeathWithWorkSource() 756 RttTestUtils.getDummyRangingResults(request); in testCancelRangingFullMatch() 804 RttTestUtils.getDummyRangingResults(request); in testCancelRangingPartialMatch() 845 RttTestUtils.getDummyRangingResults(request); in testUnexpectedResult() [all …]
|
D | RttTestUtils.java | 119 public static Pair<List<RangingResult>, List<RangingResult>> getDummyRangingResults( in getDummyRangingResults() method in RttTestUtils
|