HomeSort by relevance Sort by last modified time
    Searched refs:mLocaltime (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/media/
DetailMode.java 150 if (item.mLocaltime == null) {
156 item.mLocaltime = formatter.parse(localtime, new ParsePosition(0));
161 if (item.mLocaltime == null && item.mCaption != null) {
164 item.mLocaltime = formatter.parse(item.mCaption, new ParsePosition(4));
168 if (item.mLocaltime != null) {
169 strings[2] = resources.getString(Res.string.taken_on) + ": " + dateTimeFormat.format(item.mLocaltime);
MediaItem.java 58 public Date mLocaltime;

Completed in 12 milliseconds