Home
last modified time | relevance | path

Searched refs:currentResults (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java262 List<RangingResult> currentResults = callback.getResults(); in range11mcApRequest() local
264 currentResults); in range11mcApRequest()
266 1, currentResults.size()); in range11mcApRequest()
267 RangingResult result = currentResults.get(0); in range11mcApRequest()
406 List<RangingResult> currentResults = callback.getResults(); in range11azApRequest() local
408 currentResults); in range11azApRequest()
410 1, currentResults.size()); in range11azApRequest()
411 RangingResult result = currentResults.get(0); in range11azApRequest()
859 List<RangingResult> currentResults = callback.getResults(); in rangeNon11mcApRequest() local
862 currentResults); in rangeNon11mcApRequest()
[all …]