Searched refs:DrmErrorEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmErrorEvent.java26 public class DrmErrorEvent extends DrmEvent { class in inherits:DrmEvent
76 * Creates a <code>DrmErrorEvent</code> object with the specified parameters.
82 public DrmErrorEvent(int uniqueId, int type, String message) { method in class:DrmErrorEvent
88 * Creates a <code>DrmErrorEvent</code> object with the specified parameters.
96 public DrmErrorEvent(int uniqueId, int type, String message, method in class:DrmErrorEvent
H A DDrmManagerClient.java110 * @param event The {@link DrmErrorEvent} instance that wraps the error type and message.
112 public void onError(DrmManagerClient client, DrmErrorEvent event);
136 DrmErrorEvent error = null;
152 error = new DrmErrorEvent(mUniqueId,
161 error = new DrmErrorEvent(mUniqueId,
162 DrmErrorEvent.TYPE_REMOVE_ALL_RIGHTS_FAILED, null);
202 DrmErrorEvent error = null;
229 error = new DrmErrorEvent(uniqueId, infoType, message);
809 error = DrmErrorEvent.TYPE_PROCESS_DRM_INFO_FAILED;

Completed in 61 milliseconds