Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java1688 builder.set(CaptureRequest.JPEG_GPS_LOCATION, exifData.gpsLocation); in setJpegKeys()
1698 areGpsFieldsEqual(exifData.gpsLocation, in setJpegKeys()
1791 areGpsFieldsEqual(expectedExifData.gpsLocation, in verifyJpegKeys()
2099 public final Location gpsLocation; field in CameraTestUtils.ExifTestData
2106 gpsLocation = location; in ExifTestData()