Searched refs:lastPhotoId (Results 1 – 1 of 1) sorted by relevance
314 public LoadNewPhotosTask(Context context, long lastPhotoId) { in LoadNewPhotosTask() argument316 mMinPhotoId = lastPhotoId; in LoadNewPhotosTask()366 public QueryTaskResult(FilmstripItemList filmstripItemList, long lastPhotoId) { in QueryTaskResult() argument368 mLastPhotoId = lastPhotoId; in QueryTaskResult()398 long lastPhotoId = FilmstripItemBase.QUERY_ALL_MEDIA_ID; in doInBackground() local407 lastPhotoId = firstPhotoData.getContentId(); in doInBackground()431 return new QueryTaskResult(l, lastPhotoId); in doInBackground()