Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java590 ResponderLocation responderLocation = result.getUnverifiedResponderLocation(); in testRangingToTestApWithResponderLocation() local
591 if (responderLocation == null) { in testRangingToTestApWithResponderLocation()
594 assertTrue("ResponderLocation is not valid", responderLocation.isLciSubelementValid()); in testRangingToTestApWithResponderLocation()
601 responderLocation.getLatitudeUncertainty(); in testRangingToTestApWithResponderLocation()
607 responderLocation.getLatitude(); in testRangingToTestApWithResponderLocation()
613 responderLocation.getLongitudeUncertainty(); in testRangingToTestApWithResponderLocation()
619 responderLocation.getLongitude(); in testRangingToTestApWithResponderLocation()
625 responderLocation.getAltitudeType(); in testRangingToTestApWithResponderLocation()
631 responderLocation.getAltitudeUncertainty(); in testRangingToTestApWithResponderLocation()
637 responderLocation.getAltitude(); in testRangingToTestApWithResponderLocation()
[all …]