HomeSort by relevance Sort by last modified time
    Searched full:lastphotoid (Results 1 - 1 of 1) sorted by null

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

Completed in 69 milliseconds