Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDirectoryListLoader.java55 Directory.PHOTO_SUPPORT,
62 public static final int PHOTO_SUPPORT = 4; field in DirectoryListLoader.DirectoryQuery
80 Directory.PHOTO_SUPPORT,
182 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground()
DContactEntryListAdapter.java411 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT); in changeDirectories()
/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
309 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertDefaultDirectory()
323 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertLocalInvisibleDirectory()
457 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) { in queryDirectoriesForAuthority()
458 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority()
500 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
DContactsDatabaseHelper.java1640 Directory.PHOTO_SUPPORT + " INTEGER NOT NULL" + in createDirectoriesTable()
DContactsProvider2.java1181 .add(Directory.PHOTO_SUPPORT)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactDirectoryManagerTest.java76 Directory.PHOTO_SUPPORT }); in createResponseCursor()
628 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()
646 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
DContactsDatabaseHelperUpgradeTest.java449 new TableColumn(Directory.PHOTO_SUPPORT, INTEGER, true,
DContactsProvider2Test.java932 Directory.PHOTO_SUPPORT, in testDirectoryProjection()