Searched refs:FLAG_SUPPORTS_SEARCH (Results 1 – 20 of 20) sorted by relevance
129 && ((root.flags & Root.FLAG_SUPPORTS_SEARCH) != 0)); in update()
450 return (root.flags & Root.FLAG_SUPPORTS_SEARCH) != 0; in canSearchRoot()
716 private static final int DEFAULT_ROOTS_FLAGS = Root.FLAG_SUPPORTS_SEARCH739 flags = enabled ? (flags | Root.FLAG_SUPPORTS_SEARCH) in setSearchEnabled()740 : (flags & ~Root.FLAG_SUPPORTS_SEARCH); in setSearchEnabled()
298 return (flags & Root.FLAG_SUPPORTS_SEARCH) != 0; in supportsSearch()
187 | Root.FLAG_SUPPORTS_SEARCH | Root.FLAG_SUPPORTS_IS_CHILD; in updateVolumesLocked()234 root.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_SEARCH in updateVolumesLocked()
536 public static final int FLAG_SUPPORTS_SEARCH = 1 << 3; field in DocumentsContract.Root
756 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application760 Root.FLAG_SUPPORTS_SEARCH);
758 // FLAG_SUPPORTS_SEARCH allows users to search all documents the application762 Root.FLAG_SUPPORTS_SEARCH);
24812 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8
31987 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8
34640 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8
32066 field public static final int FLAG_SUPPORTS_SEARCH = 8; // 0x8