Searched refs:PHOTO_SUPPORT (Results 1 – 10 of 10) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactDirectoryManager.java | 91 Directory.PHOTO_SUPPORT, 100 public static final int PHOTO_SUPPORT = 6; field in ContactDirectoryManager.DirectoryQuery 375 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertDefaultDirectory() 389 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertLocalInvisibleDirectory() 523 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) { in queryDirectoriesForAuthority() 524 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority() 566 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
|
D | ContactsDatabaseHelper.java | 1697 Directory.PHOTO_SUPPORT + " INTEGER NOT NULL" + in createDirectoriesTable()
|
D | ContactsProvider2.java | 1183 .add(Directory.PHOTO_SUPPORT)
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | DirectoryListLoader.java | 53 Directory.PHOTO_SUPPORT, 60 public static final int PHOTO_SUPPORT = 4; field in DirectoryListLoader.DirectoryQuery 78 Directory.PHOTO_SUPPORT, 180 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground()
|
D | ContactEntryListAdapter.java | 409 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT); in changeDirectories()
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | DirectoryListLoader.java | 43 Directory._ID, DIRECTORY_TYPE, Directory.DISPLAY_NAME, Directory.PHOTO_SUPPORT, 156 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground() 201 Directory.PHOTO_SUPPORT, 208 public static final int PHOTO_SUPPORT = 4; field in DirectoryListLoader.DirectoryQuery
|
D | ContactEntryListAdapter.java | 369 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT); in changeDirectories()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactDirectoryManagerTest.java | 78 Directory.PHOTO_SUPPORT }); in createResponseCursor() 670 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow() 688 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
|
D | ContactsDatabaseHelperUpgradeTest.java | 525 new TableColumn(Directory.PHOTO_SUPPORT, INTEGER, true,
|
D | ContactsProvider2Test.java | 946 Directory.PHOTO_SUPPORT, in testDirectoryProjection()
|