Searched refs:LATITUDE (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 328 values.put(VideoColumns.LATITUDE, 32f); 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)) { 414 values.put(ImageColumns.LATITUDE, 32f); 419 new String[] { ImageColumns.LATITUDE, ImageColumns.LONGITUDE }, null, null)) {
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaMuxerTest.java | 48 private static final float LATITUDE = 0.0000f; field in MediaMuxerTest 528 muxer.setLocation(LATITUDE, BAD_LONGITUDE); in cloneMediaUsingMuxer() 529 fail("setLocation succeeded with bad argument: [" + LATITUDE + "," + BAD_LONGITUDE in cloneMediaUsingMuxer() 535 muxer.setLocation(LATITUDE, LONGITUDE); in cloneMediaUsingMuxer() 652 Math.abs(latitude - LATITUDE) <= TOLERANCE); in verifyLocationInFile()
|
D | MediaRecorderTest.java | 99 private static final float LATITUDE = 0.0000f; field in MediaRecorderTest 449 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera() 532 assertTrue("Incorrect latitude: " + latitude, Math.abs(latitude - LATITUDE) <= TOLERANCE); in checkLocationInFile()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellInfoTest.java | 112 private static final int LATITUDE = 1296000; field in CellInfoTest 404 || (latitude >= -LATITUDE && latitude <= LATITUDE)); in verifyCellIdentityCdma()
|