Searched refs:MAX_PHOTO_COUNT (Results 1 – 1 of 1) sorted by relevance
47 private static final int MAX_PHOTO_COUNT = 128; field in LocalPhotoSource136 if (mPhotos.size() < Math.min(totalCount, MAX_PHOTO_COUNT)) return false; in isContentSound()166 int choosedIds[] = getExponentialIndice(photoCount, MAX_PHOTO_COUNT); in reload()