Searched refs:photoSupport (Results 1 – 5 of 5) sorted by relevance
68 int photoSupport = Directory.PHOTO_SUPPORT_NONE; field in ContactDirectoryManager.DirectoryInfo458 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority() local459 switch (photoSupport) { in queryDirectoriesForAuthority()464 info.photoSupport = photoSupport; in queryDirectoriesForAuthority()468 + " - invalid photo support flag: " + photoSupport); in queryDirectoriesForAuthority()500 values.put(Directory.PHOTO_SUPPORT, info.photoSupport); in updateDirectories()
182 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground() local183 result.addRow(new Object[]{directoryId, directoryType, displayName, photoSupport}); in loadInBackground()
437 int photoSupport = cursor.getInt(photoSupportColumnIndex); in changeDirectories() local438 partition.setPhotoSupported(photoSupport == Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY in changeDirectories()439 || photoSupport == Directory.PHOTO_SUPPORT_FULL); in changeDirectories()
620 int photoSupport) { in addDirectoryRow() argument628 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; in addDirectoryRow()634 int exportSupport, int shortcutSupport, int photoSupport) { in assertDirectoryRow() argument646 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