Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Video_MediaTest.java296 new String[] { VideoColumns.LATITUDE, VideoColumns.LONGITUDE }, null, null)) { in testLocationDeprecated() argument
305 values.put(VideoColumns.LONGITUDE, 64f); in testLocationDeprecated()
309 new String[] { VideoColumns.LATITUDE, VideoColumns.LONGITUDE }, null, null)) { in testLocationDeprecated() argument
DMediaStore_Images_MediaTest.java385 new String[] { ImageColumns.LATITUDE, ImageColumns.LONGITUDE }, null, null)) {
394 values.put(ImageColumns.LONGITUDE, 64f);
398 new String[] { ImageColumns.LATITUDE, ImageColumns.LONGITUDE }, null, null)) {
/cts/tests/tests/media/src/android/media/cts/
DMediaMuxerTest.java49 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()
652 Math.abs(longitude - LONGITUDE) <= TOLERANCE); in verifyLocationInFile()
DMediaRecorderTest.java100 private static final float LONGITUDE = -180.0f; field in MediaRecorderTest
449 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera()
531 … assertTrue("Incorrect longitude: " + longitude, Math.abs(longitude - LONGITUDE) <= TOLERANCE); in checkLocationInFile()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java112 private static final int LONGITUDE = 2592000; field in CellInfoTest
386 || (longitude >= -LONGITUDE && longitude <= LONGITUDE)); in verifyCellIdentityCdma()