HomeSort by relevance Sort by last modified time
    Searched defs:drm (Results 1 - 9 of 9) sorted by null

  /frameworks/base/media/java/android/drm/mobile1/
DrmException.java 17 package android.drm.mobile1;
22 * A DrmException is thrown to report errors specific to handle DRM content and rights.
26 // TODO: add more specific DRM error codes.
DrmConstraintInfo.java 17 package android.drm.mobile1;
22 * This class provides interfaces to access the DRM constraint.
DrmRights.java 17 package android.drm.mobile1;
20 * This class provides interfaces to access the DRM rights.
24 * The DRM permission of play.
29 * The DRM permission of display.
34 * The DRM permission of execute.
39 * The DRM permission of print.
DrmRightsManager.java 17 package android.drm.mobile1;
23 * This class provides interfaces to access the DRM right manager.
27 * The "application/vnd.oma.drm.rights+xml" mime type.
29 public static final String DRM_MIMETYPE_RIGHTS_XML_STRING = "application/vnd.oma.drm.rights+xml";
32 * The "application/vnd.oma.drm.rights+wbxml" mime type.
34 public static final String DRM_MIMETYPE_RIGHTS_WBXML_STRING = "application/vnd.oma.drm.rights+wbxml";
37 * The id of "application/vnd.oma.drm.rights+xml" mime type.
42 * The id of "application/vnd.oma.drm.rights+wbxml" mime type.
47 * The id of "application/vnd.oma.drm.message" mime type.
87 * Install one DRM rights and return one instance of DrmRights
    [all...]
DrmRawContent.java 17 package android.drm.mobile1;
22 * This class provides interfaces to access the DRM raw content.
26 * The "application/vnd.oma.drm.message" mime type.
28 public static final String DRM_MIMETYPE_MESSAGE_STRING = "application/vnd.oma.drm.message";
31 * The "application/vnd.oma.drm.content" mime type.
33 public static final String DRM_MIMETYPE_CONTENT_STRING = "application/vnd.oma.drm.content";
36 * The DRM delivery type: Forward-Lock
41 * The DRM delivery type: Combined Delivery
46 * The DRM delivery type: Separate Delivery
51 * The DRM delivery type: Separate Delivery in DRM messag
    [all...]
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmPushReceiver.java 17 package com.android.providers.drm;
22 import android.drm.mobile1.DrmException;
23 import android.drm.mobile1.DrmRights;
24 import android.drm.mobile1.DrmRightsManager;
54 Log.e(TAG, "Install drm rights failed.");
57 Log.e(TAG, "IOException occurs when install drm rights.");
61 Log.d(TAG, "Install drm rights successfully.");
64 Log.d(TAG, "This is not drm rights push mimetype.");
DrmProvider.java 17 package com.android.providers.drm;
44 * Drm content provider. See {@link android.provider.DrmStore} for details.
57 private static final String DATABASE_NAME = "drm.db";
214 File file = File.createTempFile("DRM-", ".data", parent);
329 throw new SecurityException("Attempted to delete a non-DRM file");
345 throw new SecurityException("Requires DRM permission");
  /packages/apps/Mms/src/com/android/mms/drm/
DrmUtils.java 18 package com.android.mms.drm;
33 private static final Uri DRM_TEMP_URI = Uri.parse("content://mms/drm");
DrmWrapper.java 18 package com.android.mms.drm;
22 import android.drm.mobile1.DrmException;
23 import android.drm.mobile1.DrmRawContent;
24 import android.drm.mobile1.DrmRights;
25 import android.drm.mobile1.DrmRightsManager;
36 * The Drm Wrapper.
40 * The DRM right object.
83 Log.v(LOG_TAG, "DRM rights not installed yet.");
166 Log.v(LOG_TAG, "Installing DRM rights.");
176 * Check whether the DRM object's right is existed. If not, we shoul
    [all...]

Completed in 155 milliseconds