Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssLocationValuesTest.java170 location.getAltitude() >= -500); in checkLocationRegularFields()
172 location.getAltitude() < 6000); in checkLocationRegularFields()
DLocationTest.java311 assertEquals(1.0, location.getAltitude(), DELTA); in testAccessAltitude()
315 assertEquals(0.0, location.getAltitude(), DELTA); in testAccessAltitude()
452 assertEquals(0, location.getAltitude(), DELTA); in testSet()
549 assertEquals(TEST_ALTITUDE, l.getAltitude(), DELTA); in assertTestLocation()
DGnssPseudorangeVerificationTest.java285 (int) (locationFromApi.getAltitude() * 1E7)); in testPseudoPosition()
290 + ", Altitude:" + locationFromApi.getAltitude()); in testPseudoPosition()
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
DAltitudeInfo.java118 public AltitudeInfo.altitudeType getAltitude() { in getAltitude() method in AltitudeInfo
202 return getAltitude() != null; in getComponents()
214 return getAltitude(); in getComponents()
237 + getAltitude().toIndentedString(indent); in getComponents()
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java60 altitude = SensorManager.getAltitude(r * SensorManager.PRESSURE_STANDARD_ATMOSPHERE, in testGetAltitude()
68 altitude = SensorManager.getAltitude(SensorManager.PRESSURE_STANDARD_ATMOSPHERE, in testGetAltitude()
82 float t1 = SensorManager.getAltitude(p0, p); in testGetAltitude()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java226 Log.v(TAG, fileName + " Altitude = " + exifInterface.getAltitude(.0)); in printExifTagsAndValues()
310 assertEquals(expectedValue.altitude, exifInterface.getAltitude(.0), DIFFERENCE_TOLERANCE); in compareWithExpectedValue()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2423 a.getLongitude() == b.getLongitude() && a.getAltitude() == b.getAltitude() && in areGpsFieldsEqual()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java1200 assertEquals(altitude, exif.getAltitude(-1), 1); in testGpsExifValues()