Searched refs:LONGITUDE (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaMuxerTest.java | 42 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()
|
D | MediaRecorderTest.java | 72 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/ |
D | MediaStore_Video_MediaTest.java | 91 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()
|
D | MediaStore_Images_MediaTest.java | 220 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()
|