public abstract class

IdleScreenService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.htc.lockscreen.idlescreen.IdleScreenService

Summary

Constants
String ACTION_LOCKSCREEN_IS_RESUME
String ACTION_LOCKSCREEN_KEY_DOWN
String ACTION_LOCKSCREEN_KEY_UP
String ACTION_LOCKSCREEN_PHONE_UPDATE
String ACTION_LOCKSCREEN_REMINDER_DISMISS
String ACTION_LOCKSCREEN_REMINDER_REGISTER
String ACTION_LOCKSCREEN_REMINDER_SNOOZE
String ACTION_LOCKSCREEN_REMINDER_UNREGISTER
String ACTION_LOCKSCREEN_REMINDER_UPDATE
String ACTION_LOCKSCREEN_REMOTE_VIEW
String ACTION_LOCKSCREEN_SHORTCUT_UPDATE
String ACTION_LOCKSCREEN_SURFACE_CREATE
String ACTION_LOCKSCREEN_SURVIVE
String ACTION_LOCKSCREEN_TELEPHONY_REGISTER
String ACTION_LOCKSCREEN_TELEPHONY_UNREGISTER
String ACTION_LOCKSCREEN_TELEPHONY_UPDATE
String ACTION_LOCKSCREEN_UNLOCK
String ACTION_LOCKSCREEN_VIEW_MODE
String ACTION_LOCKSCREEN_WAKELOCK
String KEY_IS_RESUME
String KEY_KEYCODE
String KEY_KEYEVENT
String KEY_PHONE_STATE
String KEY_REMINDER_ACTION
String KEY_REMINDER_ID
String KEY_REMINDER_STATE
String KEY_REMINDER_TYPE
String KEY_REMOTE_VIEW
String KEY_SHORTCUT_LIST
String KEY_SHORTCUT_VISIBILITY
String KEY_TELEPHONY_STATE
String KEY_UNLOCK_TYPE
String KEY_VIEW_MODE
int REMINDER_ALARM
int REMINDER_CALENDAR
int REMINDER_TIMER
String SERVICE_INTERFACE
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
IdleScreenService()
Public Methods
abstract IdleScreenEngine onCreateEngine()
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2

Constants

public static final String ACTION_LOCKSCREEN_IS_RESUME

Since: API Level 2.2

Constant Value: "idleScreenIsResume"

public static final String ACTION_LOCKSCREEN_KEY_DOWN

Since: API Level 2.2

Constant Value: "idleScreen_key_down"

public static final String ACTION_LOCKSCREEN_KEY_UP

Since: API Level 2.2

Constant Value: "idleScreen_key_up"

public static final String ACTION_LOCKSCREEN_PHONE_UPDATE

Since: API Level 2.2

Constant Value: "idlescreen_Phone_state_update"

public static final String ACTION_LOCKSCREEN_REMINDER_DISMISS

Since: API Level 2.2

Constant Value: "idleScreenReminderDismiss"

public static final String ACTION_LOCKSCREEN_REMINDER_REGISTER

Since: API Level 2.2

Constant Value: "idleScreenReminderRegister"

public static final String ACTION_LOCKSCREEN_REMINDER_SNOOZE

Since: API Level 2.2

Constant Value: "idleScreenReminderSnooze"

public static final String ACTION_LOCKSCREEN_REMINDER_UNREGISTER

Since: API Level 2.2

Constant Value: "idleScreenReminderUnRegister"

public static final String ACTION_LOCKSCREEN_REMINDER_UPDATE

Since: API Level 2.2

Constant Value: "idleScreenReminderUpdate"

public static final String ACTION_LOCKSCREEN_REMOTE_VIEW

Since: API Level 2.2

Constant Value: "idleScreen_remote_view"

public static final String ACTION_LOCKSCREEN_SHORTCUT_UPDATE

Since: API Level 2.2

Constant Value: "idlescreen_shortcut_update"

public static final String ACTION_LOCKSCREEN_SURFACE_CREATE

Since: API Level 2.2

Constant Value: "idlescreen_surface_create"

public static final String ACTION_LOCKSCREEN_SURVIVE

Since: API Level 2.2

Constant Value: "idleScreen_Survive"

public static final String ACTION_LOCKSCREEN_TELEPHONY_REGISTER

Since: API Level 2.2

Constant Value: "idleScreenTelephonyRegister"

public static final String ACTION_LOCKSCREEN_TELEPHONY_UNREGISTER

Since: API Level 2.2

Constant Value: "idleScreenTelephonyUnRegister"

public static final String ACTION_LOCKSCREEN_TELEPHONY_UPDATE

Since: API Level 2.2

Constant Value: "idleScreenTelephonyUpdate"

public static final String ACTION_LOCKSCREEN_UNLOCK

Since: API Level 2.2

Constant Value: "idleScreenUnlock"

public static final String ACTION_LOCKSCREEN_VIEW_MODE

Since: API Level 2.2

Constant Value: "idleScreenViewMode"

public static final String ACTION_LOCKSCREEN_WAKELOCK

Since: API Level 2.2

Constant Value: "idleScreenWakeLock"

public static final String KEY_IS_RESUME

Since: API Level 2.2

Constant Value: "Key_IsResume"

public static final String KEY_KEYCODE

Since: API Level 2.2

Constant Value: "Key_keycode"

public static final String KEY_KEYEVENT

Since: API Level 2.2

Constant Value: "Key_keyEvent"

public static final String KEY_PHONE_STATE

Since: API Level 2.2

Constant Value: "Key_PhoneState"

public static final String KEY_REMINDER_ACTION

Since: API Level 2.2

Constant Value: "Key_ReminderAction"

public static final String KEY_REMINDER_ID

Since: API Level 2.2

Constant Value: "Key_ReminderId"

public static final String KEY_REMINDER_STATE

Since: API Level 2.2

Constant Value: "Key_ReminderState"

public static final String KEY_REMINDER_TYPE

Since: API Level 2.2

Constant Value: "Key_ReminderType"

public static final String KEY_REMOTE_VIEW

Since: API Level 2.2

Constant Value: "Key_remoteView"

public static final String KEY_SHORTCUT_LIST

Since: API Level 2.2

Constant Value: "Key_shortcut_list"

public static final String KEY_SHORTCUT_VISIBILITY

Since: API Level 2.2

Constant Value: "Key_shortcut_visibility"

public static final String KEY_TELEPHONY_STATE

Since: API Level 2.2

Constant Value: "Key_TelephonyState"

public static final String KEY_UNLOCK_TYPE

Since: API Level 2.2

Constant Value: "Key_UnlockTpye"

public static final String KEY_VIEW_MODE

Since: API Level 2.2

Constant Value: "Key_ViewMode"

public static final int REMINDER_ALARM

Since: API Level 2.2

Constant Value: 1 (0x00000001)

public static final int REMINDER_CALENDAR

Since: API Level 2.2

Constant Value: 3 (0x00000003)

public static final int REMINDER_TIMER

Since: API Level 2.2

Constant Value: 2 (0x00000002)

public static final String SERVICE_INTERFACE

Since: API Level 2.2

Constant Value: "com.htc.lockscreen.idlescreen.IdleScreenService"

Public Constructors

public IdleScreenService ()

Since: API Level 2.2

Public Methods

public abstract IdleScreenEngine onCreateEngine ()

Since: API Level 2.2