public abstract class

SimpleIdleScreenService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.htc.lockscreen.fusion.open.SimpleIdleScreenService

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
SimpleIdleScreenService()
Public Methods
IBinder onBind(Intent intent)
abstract SimpleEngine onCreateEngine()
void onDestroy()
[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

Public Constructors

public SimpleIdleScreenService ()

Since: API Level

Public Methods

public IBinder onBind (Intent intent)

Since: API Level

public abstract SimpleEngine onCreateEngine ()

Since: API Level

public void onDestroy ()

Since: API Level