public abstract class

PhoneCallUIService

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

Summary

Nested Classes
class PhoneCallUIService.PhoneCallUIState  
Constants
String ACTION_ANSWER_CALL
String ACTION_REJECT_CALL
String ACTION_SEND_MESSAGE_TO_CALL
String ACTION_SILENT_CALL
String ACTION_UNKNOWN
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
PhoneCallUIService()
Public Methods
final IBinder onBind(Intent intent)
abstract void performAction(String action, int callId, Bundle extra)
[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_ANSWER_CALL

Since: API Level

Constant Value: "answer_call"

public static final String ACTION_REJECT_CALL

Since: API Level

Constant Value: "reject_call"

public static final String ACTION_SEND_MESSAGE_TO_CALL

Since: API Level

Constant Value: "sendmsg_reject_call"

public static final String ACTION_SILENT_CALL

Since: API Level

Constant Value: "silent_call"

public static final String ACTION_UNKNOWN

Since: API Level

Constant Value: "unknow"

Public Constructors

public PhoneCallUIService ()

Since: API Level

Public Methods

public final IBinder onBind (Intent intent)

Since: API Level

public abstract void performAction (String action, int callId, Bundle extra)

Since: API Level