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

1 2

  /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...]
  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 17 package android.drm.cts;
21 import android.drm.cts.configs.PassthruConfig;
22 import android.drm.cts.configs.FwdLockConfig;
30 * @param plugInName Name of DRM plug-in. The name SHOULD be consistent with
Config.java 17 package android.drm.cts;
DRMTest.java 17 package android.drm.cts;
32 import android.drm.DrmManagerClient;
33 import android.drm.DrmConvertedStatus;
34 import android.drm.DrmEvent;
35 import android.drm.DrmInfo;
36 import android.drm.DrmInfoRequest;
37 import android.drm.DrmInfoStatus;
38 import android.drm.DrmRights;
39 import android.drm.DrmStore;
40 import android.drm.DrmUtils
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmConvertedStatus.java 17 package android.drm;
DrmInfoEvent.java 17 package android.drm;
DrmInfoStatus.java 17 package android.drm;
20 * An entity class that wraps the result of communication between a device and an online DRM
38 * The type of DRM information processed.
54 * @param _infoType The type of the DRM information processed.
ProcessedData.java 17 package android.drm;
22 * transaction between a device and a DRM server.
DrmErrorEvent.java 17 package android.drm;
36 * Response from the server cannot be handled by the DRM plug-in (agent).
54 * Failed to remove all the rights objects associated with all DRM schemes.
DrmEvent.java 17 package android.drm;
22 * A base class that is used to send asynchronous event information from the DRM framework.
27 * All of the rights information associated with all DRM schemes have been successfully removed.
31 * The given DRM information has been successfully processed.
DrmInfo.java 17 package android.drm;
25 * between a device and an online DRM server. The DRM framework achieves
38 // DRM scheme such as account id, path or multiple path's
DrmRights.java 17 package android.drm;
23 * An entity class that wraps the license information retrieved from the online DRM server.
112 * data could be null because it's optional for some DRM schemes.
DrmSupportInfo.java 17 package android.drm;
23 * An entity class that wraps the capability of each DRM plug-in (agent),
24 * such as the MIME type and file suffix the DRM plug-in can handle.
36 * Adds the specified MIME type to the list of MIME types this DRM plug-in supports.
38 * @param mimeType MIME type that can be handles by this DRM plug-in.
45 * Adds the specified file suffix to the list of file suffixes this DRM plug-in supports.
47 * @param fileSuffix File suffix that can be handled by this DRM plug-in.
55 * this DRM plug-in supports.
65 * this DRM plug-in supports.
74 * Sets a description for the DRM plug-in (agent)
    [all...]
DrmInfoRequest.java 17 package android.drm;
23 * An entity class that is used to pass information to an online DRM server. An instance of this
31 * Acquires DRM server registration information.
35 * Acquires information for unregistering the DRM server.
DrmStore.java 17 package android.drm;
20 * Defines constants that are used by the DRM framework.
25 * Interface definition for the columns that represent DRM constraints.
72 * Defines DRM object types.
DrmUtils.java 17 package android.drm;
32 * DRM constraint information. If a DRM scheme has specific constraints beyond the standard
105 * extended metadata embedded in DRM constraint information.
115 * Utility that parses extended metadata embedded in DRM constraint information.
  /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.");
  /cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java 17 package android.drm.cts.configs;
21 import android.drm.cts.Config;
33 return "application/x-android-drm-fl";
PassthruConfig.java 17 package android.drm.cts.configs;
21 import android.drm.cts.Config;
33 return "application/vnd.passthru.drm";
  /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;
35 * The Drm Wrapper.
39 * The DRM right object.
82 Log.v(LOG_TAG, "DRM rights not installed yet.");
165 Log.v(LOG_TAG, "Installing DRM rights.");
175 * Check whether the DRM object's right is existed. If not, we shoul
    [all...]

Completed in 1892 milliseconds

1 2