Searched defs:mGPSTimeStampFormat (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java128 private DateFormat mGPSTimeStampFormat; field in class:PanoramaModule
261 mGPSTimeStampFormat = new SimpleDateFormat(GPS_TIME_FORMAT_STR);
265 mGPSTimeStampFormat.setTimeZone(tzUTC);
878 mGPSTimeStampFormat.format(mTimeTaken));

Completed in 21 milliseconds