File
Doc
Category
Size
Date
Package
MediaDescription.java
API Doc
Android 5.1 API
2188
Sat Mar 14 14:09:42 GMT 2015
android.media
MediaDescription
java.lang.Object
public class MediaDescription extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
MediaDescription
()
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getDescription
()
throw new RuntimeException("Stub!");
public
android.os.Bundle
getExtras
()
throw new RuntimeException("Stub!");
public
android.graphics.Bitmap
getIconBitmap
()
throw new RuntimeException("Stub!");
public
android.net.Uri
getIconUri
()
throw new RuntimeException("Stub!");
public
java.lang.String
getMediaId
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getSubtitle
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getTitle
()
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