HomeSort by relevance Sort by last modified time
    Searched refs:convertUriToPath (Results 1 - 2 of 2) sorted by null

  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 403 return getConstraints(convertUriToPath(uri), action);
418 return getMetadata(convertUriToPath(uri));
489 return canHandle(convertUriToPath(uri), mimeType);
580 path = convertUriToPath(uri);
634 return getOriginalMimeType(convertUriToPath(uri));
659 return checkRightsStatus(convertUriToPath(uri));
691 return checkRightsStatus(convertUriToPath(uri), action);
719 return removeRights(convertUriToPath(uri));
824 private String convertUriToPath(Uri uri) {
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java     [all...]

Completed in 713 milliseconds