Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java42 private static final float LONGITUDE = -180.0f; field in MediaMuxerTest
216 muxer.setLocation(BAD_LATITUDE, LONGITUDE); in cloneMediaUsingMuxer()
217 fail("setLocation succeeded with bad argument: [" + BAD_LATITUDE + "," + LONGITUDE in cloneMediaUsingMuxer()
230 muxer.setLocation(LATITUDE, LONGITUDE); in cloneMediaUsingMuxer()
406 Math.abs(longitude - LONGITUDE) <= TOLERANCE); in verifyLocationInFile()
DMediaRecorderTest.java72 private static final float LONGITUDE = -180.0f; field in MediaRecorderTest
248 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera()
309 … assertTrue("Incorrect longitude: " + longitude, Math.abs(longitude - LONGITUDE) <= TOLERANCE); in checkLocationInFile()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Video_MediaTest.java91 values.put(Media.LONGITUDE, -74.044636d); in testStoreVideoMediaExternal()
126 assertEquals(-74.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreVideoMediaExternal()
152 values.put(Media.LONGITUDE, -75.044636d); in testStoreVideoMediaExternal()
179 assertEquals(-75.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreVideoMediaExternal()
DMediaStore_Images_MediaTest.java220 values.put(Media.LONGITUDE, -74.044636d); in testStoreImagesMediaExternal()
250 assertEquals(-74.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreImagesMediaExternal()
273 values.put(Media.LONGITUDE, -75.044636d); in testStoreImagesMediaExternal()
295 assertEquals(-75.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreImagesMediaExternal()