Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java186 public long insert(PhotoProcessor photoProcessor, boolean allowSmallImageStorage) { in insert() argument
191 if (allowSmallImageStorage || width > thumbnailDim || height > thumbnailDim) { in insert()