Searched refs:PHOTO_SUPPORT (Results 1 – 7 of 7) sorted by relevance
88 Directory.PHOTO_SUPPORT,97 public static final int PHOTO_SUPPORT = 6; field in ContactDirectoryManager.DirectoryQuery321 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertDefaultDirectory()335 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL); in insertLocalInvisibleDirectory()469 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) { in queryDirectoriesForAuthority()470 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority()512 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
1640 Directory.PHOTO_SUPPORT + " INTEGER NOT NULL" + in createDirectoriesTable()
1128 .add(Directory.PHOTO_SUPPORT)
53 Directory.PHOTO_SUPPORT,60 public static final int PHOTO_SUPPORT = 4; field in DirectoryListLoader.DirectoryQuery70 Directory.PHOTO_SUPPORT,171 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground()
407 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT); in changeDirectories()
75 Directory.PHOTO_SUPPORT }); in createResponseCursor()613 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()629 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
813 Directory.PHOTO_SUPPORT, in testDirectoryProjection()