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

android.drm.DrmInfo 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 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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy