Searched refs:photoSupport (Results 1 – 5 of 5) sorted by relevance
71 int photoSupport = Directory.PHOTO_SUPPORT_NONE; field in ContactDirectoryManager.DirectoryInfo524 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority() local525 switch (photoSupport) { in queryDirectoriesForAuthority()530 info.photoSupport = photoSupport; in queryDirectoriesForAuthority()534 + " - invalid photo support flag: " + photoSupport); in queryDirectoriesForAuthority()566 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
180 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground() local181 result.addRow(new Object[]{directoryId, directoryType, displayName, photoSupport}); in loadInBackground()
435 int photoSupport = cursor.getInt(photoSupportColumnIndex); in changeDirectories() local436 partition.setPhotoSupported(photoSupport == Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY in changeDirectories()437 || photoSupport == Directory.PHOTO_SUPPORT_FULL); in changeDirectories()
662 int photoSupport) { in addDirectoryRow() argument670 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()676 int exportSupport, int shortcutSupport, int photoSupport) { in assertDirectoryRow() argument688 values.put(Directory.PHOTO_SUPPORT, photoSupport); in assertDirectoryRow()
49 …INTEGER NOT NULL DEFAULT 0,shortcutSupport INTEGER NOT NULL DEFAULT 0,photoSupport INTEGER NOT NUL… field