Searched refs:convertUriToPath (Results 1 – 2 of 2) sorted by relevance
403 return getConstraints(convertUriToPath(uri), action); in getConstraints()418 return getMetadata(convertUriToPath(uri)); in getMetadata()489 return canHandle(convertUriToPath(uri), mimeType); in canHandle()580 path = convertUriToPath(uri); in getDrmObjectType()634 return getOriginalMimeType(convertUriToPath(uri)); in getOriginalMimeType()659 return checkRightsStatus(convertUriToPath(uri)); in checkRightsStatus()691 return checkRightsStatus(convertUriToPath(uri), action); in checkRightsStatus()719 return removeRights(convertUriToPath(uri)); in removeRights()824 private String convertUriToPath(Uri uri) { in convertUriToPath() method in DrmManagerClient
810 path = convertUriToPath(mContext, uri); in persistData()931 static public String convertUriToPath(Context context, Uri uri) { in convertUriToPath() method in PduPersister