Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DDirectoriesCursorLoader.java42 ContactsContract.Directory.PHOTO_SUPPORT,
48 private static final int PHOTO_SUPPORT = 2; field in DirectoriesCursorLoader
89 /* supportsPhotos = */ cursor.getInt(PHOTO_SUPPORT) != 0)); in toDirectories()
/packages/apps/Contacts/src/com/android/contacts/list/
DDirectoryListLoader.java53 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()
DContactEntryListAdapter.java409 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT); in changeDirectories()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactDirectoryManager.java94 Directory.PHOTO_SUPPORT,
103 public static final int PHOTO_SUPPORT = 6; field in ContactDirectoryManager.DirectoryQuery
377 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertDefaultDirectory()
391 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertLocalInvisibleDirectory()
535 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) { in queryDirectoriesForAuthority()
536 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority()
578 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
DContactsDatabaseHelper.java1668 Directory.PHOTO_SUPPORT + " INTEGER NOT NULL" + in createDirectoriesTable()
DContactsProvider2.java1143 .add(Directory.PHOTO_SUPPORT)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactDirectoryManagerTest.java95 Directory.PHOTO_SUPPORT }); in createResponseCursor()
759 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()
777 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
DContactsDatabaseHelperUpgradeTest.java611 new TableColumn(Directory.PHOTO_SUPPORT, INTEGER, true,
DContactsProvider2Test.java1202 Directory.PHOTO_SUPPORT, in testDirectoryProjection()
/packages/apps/Contacts/src/com/android/contacts/sdn/
DSdnProvider.kt134 Directory.PHOTO_SUPPORT -> Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY in <lambda>()