android.drm.DrmInfoRequest 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 DrmInfoRequest
{
public DrmInfoRequest(int infoType, java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public java.lang.String getMimeType() { throw new RuntimeException("Stub!"); }
public int getInfoType() { throw new RuntimeException("Stub!"); }
public void put(java.lang.String key, java.lang.Object value) { throw new RuntimeException("Stub!"); }
public java.lang.Object get(java.lang.String key) { throw new RuntimeException("Stub!"); }
public java.util.Iterator keyIterator() { throw new RuntimeException("Stub!"); }
public java.util.Iterator iterator() { throw new RuntimeException("Stub!"); }
public static final int TYPE_REGISTRATION_INFO = 1;
public static final int TYPE_UNREGISTRATION_INFO = 2;
public static final int TYPE_RIGHTS_ACQUISITION_INFO = 3;
public static final int TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO = 4;
public static final java.lang.String ACCOUNT_ID = "account_id";
public static final java.lang.String SUBSCRIPTION_ID = "subscription_id";
}