Home | History | Annotate | Download | only in documentsui

Lines Matching full:documentinfo

29 import com.android.documentsui.base.DocumentInfo;
69 * Attempts to fetch the DocumentInfo for the supplied root. Returns the DocumentInfo to the
70 * callback. If the task times out, callback will be called with null DocumentInfo. Supply
73 void getRootDocument(RootInfo root, int timeout, Consumer<DocumentInfo> callback);
76 * Attempts to refresh the given DocumentInfo, which should be at the top of the state stack.
79 void refreshDocument(DocumentInfo doc, BooleanConsumer callback);
106 void showInspector(DocumentInfo doc);
108 @Nullable DocumentInfo renameDocument(String name, DocumentInfo document);
121 void springOpenDirectory(DocumentInfo doc);
123 void showChooserForDoc(DocumentInfo doc);
125 void openRootDocument(@Nullable DocumentInfo rootDoc);
127 void openContainerDocument(DocumentInfo doc);