Lines Matching refs:RootInfo
56 import com.android.documentsui.base.RootInfo;
161 public void ejectRoot(RootInfo root, BooleanConsumer listener) { in ejectRoot()
180 public void requestQuietModeDisabled(RootInfo info, UserId userId) { in requestQuietModeDisabled()
201 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument()
263 public void openSettings(RootInfo root) { in openSettings()
278 public boolean dropOn(DragEvent event, RootInfo root) { in dropOn()
283 public void pasteIntoFolder(RootInfo root) { in pasteIntoFolder()
727 public final void loadCrossProfileRoot(RootInfo info, UserId selectedUser) { in loadCrossProfileRoot()
738 private final RootInfo mOriginalRoot;
741 LoadCrossProfileRootCallback(RootInfo rootInfo, UserId selectedUser) { in LoadCrossProfileRootCallback()
747 public void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded()
751 root = RootInfo.copyRootInfo(mOriginalRoot); in onRootLoaded()
810 private void onRootLoaded(@Nullable RootInfo root) { in onRootLoaded()
968 void onRootPicked(RootInfo root); in onRootPicked()
972 RootInfo getCurrentRoot(); in getCurrentRoot()