Searched refs:dstUri (Results 1 – 2 of 2) sorted by relevance
398 Uri dstUri = null; in byteCopyDocument() local400 dstUri = DocumentsContract.createDocument( in byteCopyDocument()409 if (dstUri == null) { in byteCopyDocument()420 dstInfo = DocumentInfo.fromUri(getContentResolver(), dstUri); in byteCopyDocument()423 appContext, MetricConsts.SUBFILEOP_QUERY_DOCUMENT, dstUri); in byteCopyDocument()425 dstUri); in byteCopyDocument()
494 private boolean isValidDestination(RootInfo root, Uri dstUri) { in isValidDestination() argument495 return root.supportsCreate() && !mInvalidDest.contains(dstUri); in isValidDestination()