Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DStubProvider.java731 this.document = StubDocument.createRootDocument(file, this); in RootInfo()
775 public static StubDocument createRootDocument(File file, RootInfo rootInfo) { in createRootDocument() method in StubProvider.StubDocument