Home | History | Annotate | Download | only in mobile1

Lines Matching defs:drm

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.
121 * Query DRM rights of specified DRM raw content.
140 * Get the list of all DRM rights saved in local client.
175 * Delete the specified DRM rights object.
191 * @param data input DRM rights object data to be installed.
193 * @param mimeType the mime type of this DRM rights object. the value of this field includes:
204 * native method: query the given DRM content's rights object.
206 * @param content the given DRM content.
215 * native method: get how many rights object in current DRM agent.