android.webkit.MimeTypeMap 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.webkit;
public class MimeTypeMap
{
MimeTypeMap() { throw new RuntimeException("Stub!"); }
public static java.lang.String getFileExtensionFromUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
public boolean hasMimeType(java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public java.lang.String getMimeTypeFromExtension(java.lang.String extension) { throw new RuntimeException("Stub!"); }
public boolean hasExtension(java.lang.String extension) { throw new RuntimeException("Stub!"); }
public java.lang.String getExtensionFromMimeType(java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public static android.webkit.MimeTypeMap getSingleton() { throw new RuntimeException("Stub!"); }
}