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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryListLoader.java53 Directory.PHOTO_SUPPORT,
60 public static final int PHOTO_SUPPORT = 4; field in class:DirectoryListLoader.DirectoryQuery
78 Directory.PHOTO_SUPPORT,
180 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
H A DContactEntryListAdapter.java409 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryListLoader.java43 Directory._ID, DIRECTORY_TYPE, Directory.DISPLAY_NAME, Directory.PHOTO_SUPPORT,
156 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
201 Directory.PHOTO_SUPPORT,
208 public static final int PHOTO_SUPPORT = 4; field in class:DirectoryListLoader.DirectoryQuery
H A DContactEntryListAdapter.java391 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java91 Directory.PHOTO_SUPPORT,
100 public static final int PHOTO_SUPPORT = 6; field in class:ContactDirectoryManager.DirectoryQuery
375 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
389 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
523 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) {
524 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
566 values.put(Directory.PHOTO_SUPPORT, info.photoSupport);
H A DContactsDatabaseHelper.java1705 Directory.PHOTO_SUPPORT + " INTEGER NOT NULL" +
H A DContactsProvider2.java1182 .add(Directory.PHOTO_SUPPORT)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactDirectoryManagerTest.java78 Directory.PHOTO_SUPPORT });
670 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport;
688 values.put(Directory.PHOTO_SUPPORT, photoSupport);
H A DContactsDatabaseHelperUpgradeTest.java525 new TableColumn(Directory.PHOTO_SUPPORT, INTEGER, true,
H A DContactsProvider2Test.java946 Directory.PHOTO_SUPPORT,

Completed in 403 milliseconds