File
Doc
Category
Size
Date
Package
InCallService.java
API Doc
Android 5.1 API
733
Sat Mar 14 14:10:02 GMT 2015
android.telecom
InCallService
java.lang.Object
android.app.Service
public abstract class InCallService extends android.app.Service
Fields Summary
public static final String
SERVICE_INTERFACE
Constructors Summary
public InCallService
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.telecom.Phone
getPhone
()
throw new RuntimeException("Stub!");
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onPhoneCreated
(
android.telecom.Phone
phone)
throw new RuntimeException("Stub!");
public void
onPhoneDestroyed
(
android.telecom.Phone
phone)
throw new RuntimeException("Stub!");
public
boolean
onUnbind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
Java Code Source