Home
last modified time | relevance | path

Searched refs:photoSupport (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactDirectoryManager.java68 int photoSupport = Directory.PHOTO_SUPPORT_NONE; field in ContactDirectoryManager.DirectoryInfo
470 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority() local
471 switch (photoSupport) { in queryDirectoriesForAuthority()
476 info.photoSupport = photoSupport; in queryDirectoriesForAuthority()
480 + " - invalid photo support flag: " + photoSupport); in queryDirectoriesForAuthority()
512 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactDirectoryManagerTest.java605 int photoSupport) { in addDirectoryRow() argument
613 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()
619 int exportSupport, int shortcutSupport, int photoSupport) { in assertDirectoryRow() argument
629 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java424 int photoSupport = cursor.getInt(photoSupportColumnIndex); in changeDirectories() local
425 partition.setPhotoSupported(photoSupport == Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY in changeDirectories()
426 || photoSupport == Directory.PHOTO_SUPPORT_FULL); in changeDirectories()
DDirectoryListLoader.java169 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground() local
170 result.addRow(new Object[]{directoryId, directoryType, displayName, photoSupport}); in loadInBackground()