Searched refs:photoSupport (Results 1 – 4 of 4) sorted by relevance
68 int photoSupport = Directory.PHOTO_SUPPORT_NONE; field in ContactDirectoryManager.DirectoryInfo460 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority() local461 switch (photoSupport) { in queryDirectoriesForAuthority()466 info.photoSupport = photoSupport; in queryDirectoriesForAuthority()470 + " - invalid photo support flag: " + photoSupport); in queryDirectoriesForAuthority()502 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
165 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground() local166 result.addRow(new Object[]{directoryId, directoryType, displayName, photoSupport}); in loadInBackground()
373 int photoSupport = cursor.getInt(photoSupportColumnIndex); in changeDirectories() local374 partition.setPhotoSupported(photoSupport == Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY in changeDirectories()375 || photoSupport == Directory.PHOTO_SUPPORT_FULL); in changeDirectories()
602 int photoSupport) { in addDirectoryRow() argument610 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()616 int exportSupport, int shortcutSupport, int photoSupport) { in assertDirectoryRow() argument626 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()