Searched refs:FLAG_SUPPORTS_CREATE (Results 1 – 6 of 6) sorted by relevance
107 mRecentsRoot.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_CREATE; in updateAsync()351 final boolean supportsCreate = (root.flags & Root.FLAG_SUPPORTS_CREATE) != 0; in getMatchingRoots()
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE); in queryRoots()
145 root.flags = Root.FLAG_SUPPORTS_CREATE | Root.FLAG_LOCAL_ONLY | Root.FLAG_ADVANCED in updateVolumesLocked()
397 public static final int FLAG_SUPPORTS_CREATE = 1; field in DocumentsContract.Root
712 // FLAG_SUPPORTS_CREATE means at least one directory under the root supports717 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE |
20638 field public static final int FLAG_SUPPORTS_CREATE = 1; // 0x1