Searched refs:allowSmallImageStorage (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoStore.java175 * allowSmallImageStorage is specified.
177 * @param allowSmallImageStorage Whether thumbnail-sized or smaller photos should still be
180 * is thumbnail-sized or smaller and allowSmallImageStorage is false.
182 public long insert(PhotoProcessor photoProcessor, boolean allowSmallImageStorage) { argument
187 if (allowSmallImageStorage || width > thumbnailDim || height > thumbnailDim) {

Completed in 28 milliseconds