File
Doc
Category
Size
Date
Package
ClipDescription.java
API Doc
Android 5.1 API
1591
Sat Mar 14 14:09:42 GMT 2015
android.content
ClipDescription
java.lang.Object
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
boolean
compareMimeTypes
(
java.lang.String
concreteType,
java.lang.String
desiredType)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
[]
filterMimeTypes
(
java.lang.String
mimeType)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getLabel
()
throw new RuntimeException("Stub!");
public
java.lang.String
getMimeType
(
int
index)
throw new RuntimeException("Stub!");
public
int
getMimeTypeCount
()
throw new RuntimeException("Stub!");
public
boolean
hasMimeType
(
java.lang.String
mimeType)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source