Searched refs:LATITUDE (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Video_MediaTest.java | 296 new String[] { VideoColumns.LATITUDE, VideoColumns.LONGITUDE }, null, null)) { in testLocationDeprecated() argument 304 values.put(VideoColumns.LATITUDE, 32f); in testLocationDeprecated() 309 new String[] { VideoColumns.LATITUDE, VideoColumns.LONGITUDE }, null, null)) { in testLocationDeprecated() argument
|
D | MediaStore_Images_MediaTest.java | 385 new String[] { ImageColumns.LATITUDE, ImageColumns.LONGITUDE }, null, null)) { 393 values.put(ImageColumns.LATITUDE, 32f); 398 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() 650 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() 530 assertTrue("Incorrect latitude: " + latitude, Math.abs(latitude - LATITUDE) <= TOLERANCE); in checkLocationInFile()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellInfoTest.java | 114 private static final int LATITUDE = 1296000; field in CellInfoTest 390 latitude == Integer.MAX_VALUE || (latitude >= -LATITUDE && latitude <= LATITUDE)); in verifyCellIdentityCdma()
|