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

android.drm.DrmInfoRequest 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 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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy