Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DCameraFilmstripDataAdapter.java404 FilmstripItemData firstPhotoData = photoData.get(0).getData(); in doInBackground() local
406 if(firstPhotoData != null) { in doInBackground()
407 lastPhotoId = firstPhotoData.getContentId(); in doInBackground()