Searched refs:mMinPhotoId (Results 1 – 1 of 1) sorted by relevance
311 private final long mMinPhotoId; field in CameraFilmstripDataAdapter.LoadNewPhotosTask316 mMinPhotoId = lastPhotoId; in LoadNewPhotosTask()326 if (mMinPhotoId != FilmstripItemBase.QUERY_ALL_MEDIA_ID) { in doInBackground()327 Log.v(TAG, "updating media metadata with photos newer than id: " + mMinPhotoId); in doInBackground()329 return mPhotoItemFactory.queryAll(PhotoDataQuery.CONTENT_URI, mMinPhotoId); in doInBackground()