Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DCameraFilmstripDataAdapter.java345 long newLastPhotoId = newestPhoto.getData().getContentId(); in onPostExecute() local
347 mLastPhotoId + ":" + newLastPhotoId); in onPostExecute()
348 mLastPhotoId = Math.max(mLastPhotoId, newLastPhotoId); in onPostExecute()