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.java320 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
DMediaStore_Images_MediaTest.java406 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/
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()
654 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()
533 … assertTrue("Incorrect longitude: " + longitude, Math.abs(longitude - LONGITUDE) <= TOLERANCE); in checkLocationInFile()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java110 private static final int LONGITUDE = 2592000; field in CellInfoTest
399 || (longitude >= -LONGITUDE && longitude <= LONGITUDE)); in verifyCellIdentityCdma()