FileDocCategorySizeDatePackage
ClipDescription.javaAPI DocAndroid 5.1 API1591Sat Mar 14 14:09:42 GMT 2015android.content

ClipDescription

public class ClipDescription extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final String
MIMETYPE_TEXT_HTML
public static final String
MIMETYPE_TEXT_INTENT
public static final String
MIMETYPE_TEXT_PLAIN
public static final String
MIMETYPE_TEXT_URILIST
Constructors Summary
public ClipDescription(CharSequence label, String[] mimeTypes)

 throw new RuntimeException("Stub!"); 
public ClipDescription(ClipDescription o)

 throw new RuntimeException("Stub!"); 
Methods Summary
public static booleancompareMimeTypes(java.lang.String concreteType, java.lang.String desiredType)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.lang.String[]filterMimeTypes(java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetLabel()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetMimeType(int index)

 throw new RuntimeException("Stub!"); 
public intgetMimeTypeCount()

 throw new RuntimeException("Stub!"); 
public booleanhasMimeType(java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");