Searched refs:mPhotos (Results 1 – 1 of 1) sorted by relevance
60 private ArrayList<Long> mPhotos = new ArrayList<Long>(); field in LocalPhotoSource88 if (index < mPhotos.size()) { in getContentUri()90 .appendPath(String.valueOf(mPhotos.get(index))) in getContentUri()98 if (index >= mPhotos.size()) return null; in getImage()99 long id = mPhotos.get(index); in getImage()136 if (mPhotos.size() < Math.min(totalCount, MAX_PHOTO_COUNT)) return false; in isContentSound()137 if (mPhotos.size() == 0) return true; // totalCount is also 0 in isContentSound()140 for (Long imageId : mPhotos) { in isContentSound()151 return cursor.getInt(0) == mPhotos.size(); in isContentSound()169 mPhotos.clear(); in reload()[all …]