Searched refs:LONGITUDE (Results 1 – 5 of 5) 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 | 75 private static final float LONGITUDE = -180.0f; field in MediaRecorderTest 281 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera() 359 … 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 | 235 values.put(Media.LONGITUDE, -74.044636d); in testStoreImagesMediaExternal() 265 assertEquals(-74.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreImagesMediaExternal() 288 values.put(Media.LONGITUDE, -75.044636d); in testStoreImagesMediaExternal() 310 assertEquals(-75.044636d, c.getDouble(c.getColumnIndex(Media.LONGITUDE)), 0d); in testStoreImagesMediaExternal()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 66759 public static final java.lang.String LONGITUDE 66929 public static final java.lang.String LONGITUDE
|