Searched defs:photoSupport (Results 1 – 7 of 7) sorted by relevance
156 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground() local
395 int photoSupport = cursor.getInt(photoSupportColumnIndex); in changeDirectories() local
180 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in loadInBackground() local
435 int photoSupport = cursor.getInt(photoSupportColumnIndex); in changeDirectories() local
662 int photoSupport) { in addDirectoryRow()676 int exportSupport, int shortcutSupport, int photoSupport) { in assertDirectoryRow()
71 int photoSupport = Directory.PHOTO_SUPPORT_NONE; field in ContactDirectoryManager.DirectoryInfo524 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT); in queryDirectoriesForAuthority() local
49 …INTEGER NOT NULL DEFAULT 0,shortcutSupport INTEGER NOT NULL DEFAULT 0,photoSupport INTEGER NOT NUL… field