Lines Matching refs:RootInfo
56 import com.android.documentsui.base.RootInfo;
162 public void ejectRoot(RootInfo root, BooleanConsumer listener) { in ejectRoot()
181 public void requestQuietModeDisabled(RootInfo info, UserId userId) { in requestQuietModeDisabled()
202 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
264 public void openSettings(RootInfo root) { in openSettings()
279 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn()
284 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder()
729 public final void loadCrossProfileRoot(RootInfo info, UserId selectedUser) { in loadCrossProfileRoot()
740 private final RootInfo mOriginalRoot;
743 LoadCrossProfileRootCallback(RootInfo rootInfo, UserId selectedUser) { in LoadCrossProfileRootCallback()
749 public void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded()
753 root = RootInfo.copyRootInfo(mOriginalRoot); in onRootLoaded()
828 private void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded()
989 void onRootPicked(RootInfo root); in onRootPicked()
996 RootInfo getCurrentRoot(); in getCurrentRoot()