Searched defs:getRootDocument (Results 1 – 6 of 6) sorted by relevance
50 @Nullable DocumentInfo getRootDocument(RootInfo root); in getRootDocument() method83 public DocumentInfo getRootDocument(RootInfo root) { in getRootDocument() method in DocumentsAccess.RuntimeDocumentAccess
77 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument() method
201 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() method in AbstractActionHandler
89 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() method in TestActionHandler
49 public DocumentInfo getRootDocument(RootInfo root) { in getRootDocument() method in TestDocumentsAccess
635 private void getRootDocument(RootItem rootItem, RootUpdater updater) { in getRootDocument() method in RootsFragment