Home
last modified time | relevance | path

Searched defs:getRootDocument (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDocumentsAccess.java50 @Nullable DocumentInfo getRootDocument(RootInfo root); in getRootDocument() method
83 public DocumentInfo getRootDocument(RootInfo root) { in getRootDocument() method in DocumentsAccess.RuntimeDocumentAccess
H A DActionHandler.java77 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback); in getRootDocument() method
H A DAbstractActionHandler.java201 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() method in AbstractActionHandler
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestActionHandler.java89 public void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback) { in getRootDocument() method in TestActionHandler
H A DTestDocumentsAccess.java49 public DocumentInfo getRootDocument(RootInfo root) { in getRootDocument() method in TestDocumentsAccess
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DRootsFragment.java635 private void getRootDocument(RootItem rootItem, RootUpdater updater) { in getRootDocument() method in RootsFragment