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<java.lang.String> getMimeTypeIterator() { throw new RuntimeException("Stub!"); }
public java.util.Iterator<java.lang.String> 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!"); }
}
|