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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy