Searched refs:getRootDocument (Results 1 – 12 of 12) sorted by relevance
48 @Nullable DocumentInfo getRootDocument(RootInfo root); in getRootDocument() method74 public @Nullable DocumentInfo getRootDocument(RootInfo root) { in getRootDocument() method in DocumentsAccess.RuntimeDocumentAccess
75 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument() method
124 mDefaultRootDocument = mDocs.getRootDocument(defaultRoot); in run()
386 action.getRootDocument( in drop()
185 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() method in AbstractActionHandler
436 mInjector.actions.getRootDocument( in onRootPicked()
191 getRootDocument(rootItem, (DocumentInfo doc) -> { in onRightClick()509 private void getRootDocument(RootItem rootItem, RootUpdater updater) { in getRootDocument() method in RootsFragment512 mActionHandler.getRootDocument( in getRootDocument()
92 mActions.getRootDocument( in onDragEntered()
58 return mDocs.getRootDocument(mRootInfo); in run()
82 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() method in TestActionHandler
48 public DocumentInfo getRootDocument(RootInfo root) { in getRootDocument() method in TestDocumentsAccess
161 this.getRootDocument( in pasteIntoFolder()