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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryListLoader.java53 Directory.PHOTO_SUPPORT,
60 public static final int PHOTO_SUPPORT = 4; field in class:DirectoryListLoader.DirectoryQuery
69 Directory.PHOTO_SUPPORT,
165 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java89 Directory.PHOTO_SUPPORT,
98 public static final int PHOTO_SUPPORT = 6; field in class:ContactDirectoryManager.DirectoryQuery
305 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
319 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
440 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) {
441 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
483 values.put(Directory.PHOTO_SUPPORT, info.photoSupport);

Completed in 189 milliseconds