Searched refs:childDocumentId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java493 public Path findDocumentPath(String parentDocumentId, String childDocumentId) argument
496 final Identifier childIdentifier = mDatabase.createIdentifier(childDocumentId);
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java379 * @param childDocumentId the document which path is requested.
387 public Path findDocumentPath(@Nullable String parentDocumentId, String childDocumentId) argument

Completed in 38 milliseconds