public class

ShortcutInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.lockscreen.widget.ShortcutInfo

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
ShortcutInfo(Parcel parcel)
ShortcutInfo(String packageName, String className, String appName)
ShortcutInfo(Context context)
Public Methods
boolean copyFrom(ShortcutInfo info)
String getClassName()
int getCount()
String getPackageName()
int getStyle()
void setCount(int count)
void setIcon(String resPackageName, int iconRes)
void setStyle(int style)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public ShortcutInfo (Parcel parcel)

Since: API Level 2.2

public ShortcutInfo (String packageName, String className, String appName)

Since: API Level 2.2

public ShortcutInfo (Context context)

Since: API Level 4.2

Public Methods

public boolean copyFrom (ShortcutInfo info)

Since: API Level 2.2

public String getClassName ()

Since: API Level 2.2

public int getCount ()

Since: API Level 2.2

public String getPackageName ()

Since: API Level 2.2

public int getStyle ()

Since: API Level 2.2

public void setCount (int count)

Since: API Level 2.2

public void setIcon (String resPackageName, int iconRes)

Since: API Level 2.2

public void setStyle (int style)

Since: API Level 2.2