Searched refs:convertUriToPath (Results 1 – 2 of 2) sorted by relevance
410 return getConstraints(convertUriToPath(uri), action); in getConstraints()425 return getMetadata(convertUriToPath(uri)); in getMetadata()496 return canHandle(convertUriToPath(uri), mimeType); in canHandle()587 path = convertUriToPath(uri); in getDrmObjectType()641 return getOriginalMimeType(convertUriToPath(uri)); in getOriginalMimeType()666 return checkRightsStatus(convertUriToPath(uri)); in checkRightsStatus()698 return checkRightsStatus(convertUriToPath(uri), action); in checkRightsStatus()726 return removeRights(convertUriToPath(uri)); in removeRights()831 private String convertUriToPath(Uri uri) { in convertUriToPath() method in DrmManagerClient
811 path = convertUriToPath(mContext, uri); in persistData()932 static public String convertUriToPath(Context context, Uri uri) { in convertUriToPath() method in PduPersister