Searched refs:PHOTO_SUPPORT (Results 1 – 8 of 8) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | DirectoryListLoader.java | 55 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()
|
D | ContactEntryListAdapter.java | 411 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT); in changeDirectories()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactDirectoryManager.java | 88 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()
|
D | ContactsDatabaseHelper.java | 1640 Directory.PHOTO_SUPPORT + " INTEGER NOT NULL" + in createDirectoriesTable()
|
D | ContactsProvider2.java | 1181 .add(Directory.PHOTO_SUPPORT)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactDirectoryManagerTest.java | 76 Directory.PHOTO_SUPPORT }); in createResponseCursor() 628 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow() 646 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
|
D | ContactsDatabaseHelperUpgradeTest.java | 449 new TableColumn(Directory.PHOTO_SUPPORT, INTEGER, true,
|
D | ContactsProvider2Test.java | 932 Directory.PHOTO_SUPPORT, in testDirectoryProjection()
|