Searched refs:newPhotoData (Results 1 – 1 of 1) sorted by relevance
335 protected void onPostExecute(List<PhotoItem> newPhotoData) { in onPostExecute() argument336 if (newPhotoData == null) { in onPostExecute()340 Log.v(TAG, "new photos query return num items: " + newPhotoData.size()); in onPostExecute()341 if (!newPhotoData.isEmpty()) { in onPostExecute()342 FilmstripItem newestPhoto = newPhotoData.get(0); in onPostExecute()352 for (FilmstripItem filmstripItem : newPhotoData) { in onPostExecute()