android.drm.DrmSupportInfo 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 DrmSupportInfo
{
public DrmSupportInfo() { throw new RuntimeException("Stub!"); }
public void addMimeType(java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public void addFileSuffix(java.lang.String fileSuffix) { throw new RuntimeException("Stub!"); }
public java.util.Iterator getMimeTypeIterator() { throw new RuntimeException("Stub!"); }
public java.util.Iterator getFileSuffixIterator() { throw new RuntimeException("Stub!"); }
public void setDescription(java.lang.String description) { throw new RuntimeException("Stub!"); }
@Deprecated
public java.lang.String getDescriprition() { throw new RuntimeException("Stub!"); }
public java.lang.String getDescription() { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object object) { throw new RuntimeException("Stub!"); }
}