android.drm.DrmErrorEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.drm;
public class DrmErrorEvent
extends android.drm.DrmEvent
{
public DrmErrorEvent(int uniqueId, int type, java.lang.String message) { super(0,0,(java.lang.String)null); throw new RuntimeException("Stub!"); }
public DrmErrorEvent(int uniqueId, int type, java.lang.String message, java.util.HashMap attributes) { super(0,0,(java.lang.String)null); throw new RuntimeException("Stub!"); }
public static final int TYPE_RIGHTS_NOT_INSTALLED = 2001;
public static final int TYPE_RIGHTS_RENEWAL_NOT_ALLOWED = 2002;
public static final int TYPE_NOT_SUPPORTED = 2003;
public static final int TYPE_OUT_OF_MEMORY = 2004;
public static final int TYPE_NO_INTERNET_CONNECTION = 2005;
public static final int TYPE_PROCESS_DRM_INFO_FAILED = 2006;
public static final int TYPE_REMOVE_ALL_RIGHTS_FAILED = 2007;
public static final int TYPE_ACQUIRE_DRM_INFO_FAILED = 2008;
}