Lines Matching refs:root
159 public void ejectRoot(RootInfo root, BooleanConsumer listener) { in ejectRoot() argument
162 root.authority, in ejectRoot()
163 root.rootId, in ejectRoot()
164 listener).executeOnExecutor(ProviderExecutor.forAuthority(root.authority)); in ejectRoot()
199 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() argument
201 root, in getRootDocument()
207 task.executeOnExecutor(mExecutors.lookup(root.authority)); in getRootDocument()
261 public void openSettings(RootInfo root) { in openSettings() argument
276 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn() argument
281 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder() argument
745 public void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded() argument
746 if (root == null) { in onRootLoaded()
749 root = RootInfo.copyRootInfo(mOriginalRoot); in onRootLoaded()
750 root.userId = mSelectedUserId; in onRootLoaded()
752 openRoot(root); in onRootLoaded()
802 private void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded() argument
804 (root != null in onRootLoaded()
805 && !root.supportsChildren() in onRootLoaded()
810 } else if (root != null) { in onRootLoaded()
811 mActivity.onRootPicked(root); in onRootLoaded()
957 void onRootPicked(RootInfo root); in onRootPicked() argument