Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactDirectoryManager.java88 Directory.PHOTO_SUPPORT,
97 public static final int PHOTO_SUPPORT = 6; field in ContactDirectoryManager.DirectoryQuery
321 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertDefaultDirectory()
335 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertLocalInvisibleDirectory()
469 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) { in queryDirectoriesForAuthority()
470 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority()
512 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
DContactsDatabaseHelper.java1640 Directory.PHOTO_SUPPORT + " INTEGER NOT NULL" + in createDirectoriesTable()
DContactsProvider2.java1128 .add(Directory.PHOTO_SUPPORT)
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDirectoryListLoader.java53 Directory.PHOTO_SUPPORT,
60 public static final int PHOTO_SUPPORT = 4; field in DirectoryListLoader.DirectoryQuery
70 Directory.PHOTO_SUPPORT,
171 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground()
DContactEntryListAdapter.java407 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT); in changeDirectories()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactDirectoryManagerTest.java75 Directory.PHOTO_SUPPORT }); in createResponseCursor()
613 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()
629 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
DContactsProvider2Test.java813 Directory.PHOTO_SUPPORT, in testDirectoryProjection()