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.java103 * @param event The {@link DrmErrorEvent} instance that wraps the error type and message.
105 public void onError(DrmManagerClient client, DrmErrorEvent event);
129 DrmErrorEvent error = null;
145 error = new DrmErrorEvent(mUniqueId,
154 error = new DrmErrorEvent(mUniqueId,
155 DrmErrorEvent.TYPE_REMOVE_ALL_RIGHTS_FAILED, null);
195 DrmErrorEvent error = null;
222 error = new DrmErrorEvent(uniqueId, infoType, message);
798 error = DrmErrorEvent.TYPE_PROCESS_DRM_INFO_FAILED;

Completed in 229 milliseconds