All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.drm.DrmErrorEvent Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy