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

  /frameworks/base/media/java/android/drm/mobile1/
DrmException.java 22 * A DrmException is thrown to report errors specific to handle DRM content and rights.
24 public class DrmException extends Exception
28 private DrmException() {
31 public DrmException(String message) {
DrmRawContent.java 131 public DrmRawContent(InputStream inRawdata, int len, String mimeTypeStr) throws DrmException, IOException {
152 throw new DrmException("nativeConstructDrmContent() returned JNI_DRM_FAILURE");
160 throw new DrmException("nativeGetDeliveryMethod() returned JNI_DRM_FAILURE");
165 throw new DrmException("nativeGetContentType() returned null");
222 public int getContentLength(DrmRights rights) throws DrmException {
235 throw new DrmException("nativeGetContentLength() returned JNI_DRM_FAILURE");
DrmRightsManager.java 94 public synchronized DrmRights installRights(InputStream rightsData, int len, String mimeTypeStr) throws DrmException, IOException {
115 throw new DrmException("nativeInstallDrmRights() returned JNI_DRM_FAILURE");
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmPushReceiver.java 22 import android.drm.mobile1.DrmException;
53 } catch (DrmException e) {

Completed in 206 milliseconds