android.drm.DrmInfo 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 DrmInfo
{
public DrmInfo(int infoType, byte[] data, java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public DrmInfo(int infoType, java.lang.String path, java.lang.String mimeType) { 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 byte[] getData() { throw new RuntimeException("Stub!"); }
public java.lang.String getMimeType() { throw new RuntimeException("Stub!"); }
public int getInfoType() { throw new RuntimeException("Stub!"); }
}