Home
last modified time | relevance | path

Searched refs:openRootDocument (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java129 void openRootDocument(@Nullable DocumentInfo rootDoc); in openRootDocument() method
DAbstractActionHandler.java328 public void openRootDocument(@Nullable DocumentInfo rootDoc) { in openRootDocument() method in AbstractActionHandler
DBaseActivity.java439 doc -> mInjector.actions.openRootDocument(doc)); in onRootPicked()