Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/psedorange/
DGpsTime.java272 ZonedDateTime gpsDateTime = getGpsDateTime();
273 long gpsMillis = getMillisFromZonedDateTime(gpsDateTime)
274 - TimeUnit.SECONDS.toMillis(getLeapSecond(gpsDateTime));
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2657 Date gpsDateTime = dateFormat.parse(gpsExifTimeString); in verifyJpegExifExtraTags() local
2659 collector.expectEquals("Jpeg EXIF GPS time should match", expected, gpsDateTime); in verifyJpegExifExtraTags()