Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DCameraFilmstripDataAdapter.java314 public LoadNewPhotosTask(Context context, long lastPhotoId) { in LoadNewPhotosTask() argument
316 mMinPhotoId = lastPhotoId; in LoadNewPhotosTask()
366 public QueryTaskResult(FilmstripItemList filmstripItemList, long lastPhotoId) { in QueryTaskResult() argument
368 mLastPhotoId = lastPhotoId; in QueryTaskResult()
398 long lastPhotoId = FilmstripItemBase.QUERY_ALL_MEDIA_ID; in doInBackground() local
407 lastPhotoId = firstPhotoData.getContentId(); in doInBackground()
431 return new QueryTaskResult(l, lastPhotoId); in doInBackground()