public class

HtcLSUtility

extends Object
java.lang.Object
   ↳ com.htc.lockscreen.HtcLSUtility

Summary

Public Constructors
HtcLSUtility()
Public Methods
static void doKeyguard(Context context, int mode)
static void doKeyguard(Context context)
static ComponentName getIdleScreen(Context context, int mode)
static String getIdleScreenLabel(Context context, ComponentName comp)
static float getSenseVersion()
static void removeNotification(Context context, int id)
static void removeView(Context context, String packageName, int id)
static void setIdleScreen(Context context, ComponentName comp, int mode)
static boolean setLockScreenWallpaper(Context context, Bitmap bitmap)
static void setNotification(Context context, int id, HtcLSNotification ntf)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HtcLSUtility ()

Since: API Level 2.2

Public Methods

public static void doKeyguard (Context context, int mode)

Since: API Level 4.0

public static void doKeyguard (Context context)

Since: API Level 2.2

public static ComponentName getIdleScreen (Context context, int mode)

Since: API Level 4.0

public static String getIdleScreenLabel (Context context, ComponentName comp)

Since: API Level 4.0

public static float getSenseVersion ()

Since: API Level 2.2

public static void removeNotification (Context context, int id)

Since: API Level 2.2

public static void removeView (Context context, String packageName, int id)

Since: API Level 2.2

public static void setIdleScreen (Context context, ComponentName comp, int mode)

Since: API Level 2.2

public static boolean setLockScreenWallpaper (Context context, Bitmap bitmap)

Since: API Level 4.0

public static void setNotification (Context context, int id, HtcLSNotification ntf)

Since: API Level 2.2