Filter by API Level:
Package Index
|
Class Index
android
android.app
android.database.sqlite
android.media.audiofx
android.net
android.net.cw
android.os
android.provider
android.server.data
android.telephony
android.text.method
android.text.style
android.view
android.webkit
android.widget
com.android.internal.telephony
com.android.internal.telephony.cat
com.android.internal.telephony.cdma
com.android.internal.telephony.gsm
com.android.internal.telephony.htcims
com.google.android.net
com.htc.app
com.htc.app.admin
com.htc.consts
com.htc.content
com.htc.customization
com.htc.dialog
com.htc.dlnainterface
com.htc.encrypt
com.htc.encrypt.tool
com.htc.extension
com.htc.fragment.app
com.htc.fragment.content
com.htc.fragment.widget
com.htc.graphic
com.htc.htcjavaflag
com.htc.lockscreen
com.htc.lockscreen.fusion.idlescreen
com.htc.lockscreen.fusion.open
com.htc.lockscreen.fusion.view
com.htc.lockscreen.fusion.widget
com.htc.lockscreen.fusion.widget.ctrl
com.htc.lockscreen.fusion.widget.sense35
com.htc.lockscreen.idlescreen
com.htc.lockscreen.idlescreen.phonecall
com.htc.lockscreen.idlescreen.pub
com.htc.lockscreen.keyboard
com.htc.lockscreen.music
com.htc.lockscreen.ntf
com.htc.lockscreen.open.phone
com.htc.lockscreen.pub
com.htc.lockscreen.reminder
com.htc.lockscreen.telephony
com.htc.lockscreen.view
com.htc.lockscreen.widget
com.htc.net
com.htc.net.FourG
com.htc.net.wimax
com.htc.notification
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.profileflag
com.htc.provider
com.htc.quickselection
com.htc.res
com.htc.service
com.htc.textselection
com.htc.tracker
com.htc.urlshorten
com.htc.util
com.htc.util.backup
com.htc.util.htcresutil
com.htc.util.res
com.htc.util.skin
com.htc.utils.perf
com.htc.version
com.htc.view
com.htc.view.animation
com.htc.view.table
com.htc.view.util
com.htc.widget
com.htc.widget.internal
com.kddi.android.internal.telephony.cdma
com.kddi.android.internal.telephony.cdma.sms
Interfaces
IdleScreenCallback
Classes
IdleScreenCommand
IdleScreenEngine
IdleScreenEngineWrapper
IdleScreenInfo
IdleScreenService
IdleScreenWindow
IdleScreenWindowBase
Enums
IdleScreenEngine.State
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
Since:
API Level 2.2
public interface
IdleScreenCallback
com.htc.lockscreen.idlescreen.IdleScreenCallback
Known Indirect Subclasses
FxEngineCallback
,
FxIdleScreenEngine
,
IdleScreenEngine
,
SimpleIdleScreenEngine
FxEngineCallback
FxIdleScreenEngine
IdleScreenEngine
SimpleIdleScreenEngine
Summary
Public Methods
abstract void
dismissReminder
(int type, long id)
abstract void
handleAllReminder
(boolean bSnoozeAll)
abstract void
pokeWakeLock
()
abstract void
pokeWakeLock
(int ms)
abstract void
registerReminderState
(
ReminderListener
reminderListener)
abstract void
registerTelephonyState
(
TelephonyListener
telephonyListener)
abstract void
snoozeReminder
(int type, long id,
String
action)
abstract void
unlock
(
Bundle
extra)
abstract void
unlock
()
abstract void
unregisterReminderState
()
abstract void
unregisterTelephonyState
()
Public Methods
public abstract void
dismissReminder
(int type, long id)
Since:
API Level 2.2
public abstract void
handleAllReminder
(boolean bSnoozeAll)
Since:
API Level 2.2
public abstract void
pokeWakeLock
()
Since:
API Level 2.2
public abstract void
pokeWakeLock
(int ms)
Since:
API Level 2.2
public abstract void
registerReminderState
(
ReminderListener
reminderListener)
Since:
API Level 2.2
public abstract void
registerTelephonyState
(
TelephonyListener
telephonyListener)
Since:
API Level 2.2
public abstract void
snoozeReminder
(int type, long id,
String
action)
Since:
API Level 2.2
public abstract void
unlock
(
Bundle
extra)
Since:
API Level 2.2
public abstract void
unlock
()
Since:
API Level 2.2
public abstract void
unregisterReminderState
()
Since:
API Level 2.2
public abstract void
unregisterTelephonyState
()
Since:
API Level 2.2