Searched refs:LONGITUDE (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Video_MediaTest.java | 320 new String[] { VideoColumns.LATITUDE, VideoColumns.LONGITUDE }, null, null)) { in testLocationDeprecated() argument 329 values.put(VideoColumns.LONGITUDE, 64f); in testLocationDeprecated() 333 new String[] { VideoColumns.LATITUDE, VideoColumns.LONGITUDE }, null, null)) { in testLocationDeprecated() argument
|
D | MediaStore_Images_MediaTest.java | 406 new String[] { ImageColumns.LATITUDE, ImageColumns.LONGITUDE }, null, null)) { 415 values.put(ImageColumns.LONGITUDE, 64f); 419 new String[] { ImageColumns.LATITUDE, ImageColumns.LONGITUDE }, null, null)) {
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaMuxerTest.java | 49 private static final float LONGITUDE = -180.0f; field in MediaMuxerTest 521 muxer.setLocation(BAD_LATITUDE, LONGITUDE); in cloneMediaUsingMuxer() 522 fail("setLocation succeeded with bad argument: [" + BAD_LATITUDE + "," + LONGITUDE in cloneMediaUsingMuxer() 535 muxer.setLocation(LATITUDE, LONGITUDE); in cloneMediaUsingMuxer() 654 Math.abs(longitude - LONGITUDE) <= TOLERANCE); in verifyLocationInFile()
|
D | MediaRecorderTest.java | 100 private static final float LONGITUDE = -180.0f; field in MediaRecorderTest 449 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera() 533 … assertTrue("Incorrect longitude: " + longitude, Math.abs(longitude - LONGITUDE) <= TOLERANCE); in checkLocationInFile()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellInfoTest.java | 110 private static final int LONGITUDE = 2592000; field in CellInfoTest 399 || (longitude >= -LONGITUDE && longitude <= LONGITUDE)); in verifyCellIdentityCdma()
|