Searched refs:mGPSDateStampFormat (Results 1 – 1 of 1) sorted by relevance
714 mGPSDateStampFormat.setTimeZone(TimeZone.getTimeZone("UTC")); in ExifInterface()1950 private final DateFormat mGPSDateStampFormat = new SimpleDateFormat(GPS_DATE_FORMAT_STR); field in ExifInterface2012 ExifTag t = buildTag(TAG_GPS_DATE_STAMP, mGPSDateStampFormat.format(timestamp)); in addGpsDateTimeStampTag()