Searched defs:PHOTO_SUPPORT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryListLoader.java53 Directory.PHOTO_SUPPORT,
60 public static final int PHOTO_SUPPORT = 4; field in class:DirectoryListLoader.DirectoryQuery
70 Directory.PHOTO_SUPPORT,
169 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java88 Directory.PHOTO_SUPPORT,
97 public static final int PHOTO_SUPPORT = 6; field in class:ContactDirectoryManager.DirectoryQuery
311 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
325 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
459 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) {
460 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
502 values.put(Directory.PHOTO_SUPPORT, info.photoSupport);

Completed in 515 milliseconds