Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DResponderLocationTest.java207 ResponderLocation responderLocation = new ResponderLocation(null, null); in testIfLciOrLcrIsNull() local
209 boolean valid = responderLocation.isValid(); in testIfLciOrLcrIsNull()
210 boolean lciValid = responderLocation.isLciSubelementValid(); in testIfLciOrLcrIsNull()
211 boolean zValid = responderLocation.isZaxisSubelementValid(); in testIfLciOrLcrIsNull()
223 ResponderLocation responderLocation = new ResponderLocation(sEmptyBuffer, sEmptyBuffer); in testIfLciOrLcrIsEmpty() local
225 boolean valid = responderLocation.isValid(); in testIfLciOrLcrIsEmpty()
226 boolean lciValid = responderLocation.isLciSubelementValid(); in testIfLciOrLcrIsEmpty()
227 boolean zValid = responderLocation.isZaxisSubelementValid(); in testIfLciOrLcrIsEmpty()
240 ResponderLocation responderLocation = in testIfLciShortBuffer() local
243 boolean valid = responderLocation.isValid(); in testIfLciShortBuffer()
[all …]
/frameworks/base/wifi/java/android/net/wifi/rtt/
DRangingResult.java92 ResponderLocation responderLocation, long timestamp) { in RangingResult() argument
103 mResponderLocation = responderLocation; in RangingResult()
111 ResponderLocation responderLocation, long timestamp) { in RangingResult() argument
122 mResponderLocation = responderLocation; in RangingResult()
381 ResponderLocation responderLocation =
387 responderLocation, timestamp);
391 responderLocation, timestamp);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java1169 ResponderLocation responderLocation; in postProcessResults() local
1171 responderLocation = new ResponderLocation(lci, lcr); in postProcessResults()
1172 if (!responderLocation.isValid()) { in postProcessResults()
1173 responderLocation = null; in postProcessResults()
1176 responderLocation = null; in postProcessResults()
1183 if (responderLocation == null || !isCalledFromPrivilegedContext) { in postProcessResults()
1199 resultForRequest.successNumber, lci, lcr, responderLocation, in postProcessResults()
1205 resultForRequest.successNumber, lci, lcr, responderLocation, in postProcessResults()