Searched refs:LATITUDE (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaMuxerTest.java | 41 private static final float LATITUDE = 0.0000f; field in MediaMuxerTest 223 muxer.setLocation(LATITUDE, BAD_LONGITUDE); in cloneMediaUsingMuxer() 224 fail("setLocation succeeded with bad argument: [" + LATITUDE + "," + BAD_LONGITUDE in cloneMediaUsingMuxer() 230 muxer.setLocation(LATITUDE, LONGITUDE); in cloneMediaUsingMuxer() 404 Math.abs(latitude - LATITUDE) <= TOLERANCE); in verifyLocationInFile()
|
D | MediaRecorderTest.java | 71 private static final float LATITUDE = 0.0000f; field in MediaRecorderTest 248 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera() 308 assertTrue("Incorrect latitude: " + latitude, Math.abs(latitude - LATITUDE) <= TOLERANCE); in checkLocationInFile()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Video_MediaTest.java | 90 values.put(Media.LATITUDE, 40.689060d); in testStoreVideoMediaExternal() 125 assertEquals(40.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreVideoMediaExternal() 151 values.put(Media.LATITUDE, 41.689060d); in testStoreVideoMediaExternal() 178 assertEquals(41.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreVideoMediaExternal()
|
D | MediaStore_Images_MediaTest.java | 219 values.put(Media.LATITUDE, 40.689060d); in testStoreImagesMediaExternal() 249 assertEquals(40.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreImagesMediaExternal() 272 values.put(Media.LATITUDE, 41.689060d); in testStoreImagesMediaExternal() 294 assertEquals(41.689060d, c.getDouble(c.getColumnIndex(Media.LATITUDE)), 0d); in testStoreImagesMediaExternal()
|