Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java310 location.setAltitude(1.0); in testAccessAltitude()
565 l.setAltitude(TEST_ALTITUDE); in createTestLocation()
DGnssPseudorangeVerificationTest.java341 calculatedLocation.setAltitude(calculatedLatLngAlt[2]); in testPseudoPosition()
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
DAltitudeInfo.java124 public void setAltitude(Asn1Object value) { in setAltitude() method in AltitudeInfo
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java133 sTestLocation0.setAltitude(21.0);
138 sTestLocation1.setAltitude(1.0);
143 sTestLocation2.setAltitude(100000.0);
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java649 sTestLocation.setAltitude(21.0); in focalLengthTestByCamera()