File
Doc
Category
Size
Date
Package
WallpaperInfo.java
API Doc
Android 5.1 API
1958
Sat Mar 14 14:09:42 GMT 2015
android.app
WallpaperInfo
java.lang.Object
public final class WallpaperInfo extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public WallpaperInfo
(
android.content.Context
context,
android.content.pm.ResolveInfo
service)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public void
dump
(
android.util.Printer
pw,
java.lang.String
prefix)
throw new RuntimeException("Stub!");
public
android.content.ComponentName
getComponent
()
throw new RuntimeException("Stub!");
public
java.lang.String
getPackageName
()
throw new RuntimeException("Stub!");
public
android.content.pm.ServiceInfo
getServiceInfo
()
throw new RuntimeException("Stub!");
public
java.lang.String
getServiceName
()
throw new RuntimeException("Stub!");
public
java.lang.String
getSettingsActivity
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadAuthor
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadDescription
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
loadIcon
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadLabel
(
android.content.pm.PackageManager
pm)
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
loadThumbnail
(
android.content.pm.PackageManager
pm)
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