Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFileCache.java109 entry.lastAccess = System.currentTimeMillis(); in store()
274 public long lastAccess; field in FileCache.FileEntry
281 .append("last_access").append(lastAccess).append(", ") in toString()