Home
last modified time | relevance | path

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

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java470 public Path findDocumentPath(@Nullable String parentDocId, String childDocId) in findDocumentPath() argument
472 final Pair<RootInfo, File> resolvedDocId = resolveDocId(childDocId, false); in findDocumentPath()