public class

EmergencyCallbackModeService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.android.phone.EmergencyCallbackModeService

Class Overview

Application service that inserts/removes Emergency Callback Mode notification and updates Emergency Callback Mode countdown clock in the notification

Summary

Nested Classes
class EmergencyCallbackModeService.LocalBinder Class for clients to access  
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
EmergencyCallbackModeService()
Public Methods
boolean getEmergencyCallbackModeCallState()
Returns Emergency Callback Mode call state
long getEmergencyCallbackModeTimeout()
Returns Emergency Callback Mode timeout value
IBinder onBind(Intent intent)
void onCreate()
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 EmergencyCallbackModeService ()

Public Methods

public boolean getEmergencyCallbackModeCallState ()

Returns Emergency Callback Mode call state

public long getEmergencyCallbackModeTimeout ()

Returns Emergency Callback Mode timeout value

public IBinder onBind (Intent intent)

public void onCreate ()

public void onDestroy ()