Searched defs:getRootDocument (Results 1 – 6 of 6) 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
185 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() method in AbstractActionHandler
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
509 private void getRootDocument(RootItem rootItem, RootUpdater updater) { in getRootDocument() method in RootsFragment