public abstract class

IdlePhoneCallService

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

Summary

Constants
String ACTION_PHONE_SERIVCE
String ACTION_UPDATE_PHONE_STATE
int CODE_ANSWER
int CODE_REJECT
int CODE_SENDMSG
int CODE_SILENT
String KEY_CALL_ID
String KEY_PACKAGE_NAME
String KEY_PHONE_STATE
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
IdlePhoneCallService()
[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_PHONE_SERIVCE

Since: API Level 2.2

Constant Value: "com.htc.lockscreen.phone.service"

public static final String ACTION_UPDATE_PHONE_STATE

Since: API Level 2.2

Constant Value: "com.htc.lockscreen.phone.update_phoneState"

public static final int CODE_ANSWER

Since: API Level 2.2

Constant Value: 1 (0x00000001)

public static final int CODE_REJECT

Since: API Level 2.2

Constant Value: 2 (0x00000002)

public static final int CODE_SENDMSG

Since: API Level 2.2

Constant Value: 4 (0x00000004)

public static final int CODE_SILENT

Since: API Level 2.2

Constant Value: 3 (0x00000003)

public static final String KEY_CALL_ID

Since: API Level 2.2

Constant Value: "call_id"

public static final String KEY_PACKAGE_NAME

Since: API Level 2.2

Constant Value: "packageName"

public static final String KEY_PHONE_STATE

Since: API Level 2.2

Constant Value: "phoneState"

Public Constructors

public IdlePhoneCallService ()

Since: API Level 2.2