Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraTestUtils.java1814 builder.set(CaptureRequest.JPEG_GPS_LOCATION, exifData.gpsLocation); in setJpegKeys()
1824 areGpsFieldsEqual(exifData.gpsLocation, in setJpegKeys()
1917 areGpsFieldsEqual(expectedExifData.gpsLocation, in verifyJpegKeys()
2227 public final Location gpsLocation; field in CameraTestUtils.ExifTestData
2234 gpsLocation = location; in ExifTestData()