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.java140 void openRootDocument(@Nullable DocumentInfo rootDoc); in openRootDocument() method
DBaseActivity.java492 doc -> mInjector.actions.openRootDocument(doc)); in onRootPicked()
DAbstractActionHandler.java349 public void openRootDocument(@Nullable DocumentInfo rootDoc) { in openRootDocument() method in AbstractActionHandler