FileDocCategorySizeDatePackage
WallpaperInfo.javaAPI DocAndroid 5.1 API1958Sat Mar 14 14:09:42 GMT 2015android.app

WallpaperInfo

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 intdescribeContents()

 throw new RuntimeException("Stub!"); 
public voiddump(android.util.Printer pw, java.lang.String prefix)

 throw new RuntimeException("Stub!"); 
public android.content.ComponentNamegetComponent()

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

 throw new RuntimeException("Stub!"); 
public android.content.pm.ServiceInfogetServiceInfo()

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceloadAuthor(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceloadDescription(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawableloadIcon(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequenceloadLabel(android.content.pm.PackageManager pm)

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawableloadThumbnail(android.content.pm.PackageManager pm)

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

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

 throw new RuntimeException("Stub!");