Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java189 final StubDocument childDocument = mStorage.get(docId); in isChildDocument() local
191 if (parentDocument.file == null || childDocument.file == null) { in isChildDocument()
196 parentDocument.file.getAbsolutePath(), childDocument.file.getAbsolutePath()); in isChildDocument()