public abstract class ImsServiceBase extends Object
Constructor and Description |
---|
ImsServiceBase() |
Modifier and Type | Method and Description |
---|---|
com.android.ims.ImsServiceBase.ImsServiceBinder |
getBinder() |
protected void |
onAddRegistrationListener(int serviceId,
int serviceType,
IImsRegistrationListener listener) |
protected void |
onClose(int serviceId) |
protected ImsCallProfile |
onCreateCallProfile(int serviceId,
int serviceType,
int callType) |
protected IImsCallSession |
onCreateCallSession(int serviceId,
ImsCallProfile profile,
IImsCallSessionListener listener) |
protected IImsConfig |
onGetConfigInterface(int phoneId) |
protected IImsEcbm |
onGetEcbmInterface(int serviceId) |
protected IImsMultiEndpoint |
onGetMultiEndpointInterface(int serviceId) |
protected IImsCallSession |
onGetPendingCallSession(int serviceId,
String callId) |
protected IImsUt |
onGetUtInterface(int serviceId) |
protected boolean |
onIsConnected(int serviceId,
int serviceType,
int callType) |
protected boolean |
onIsOpened(int serviceId) |
protected int |
onOpen(int phoneId,
int serviceClass,
PendingIntent incomingCallIntent,
IImsRegistrationListener listener) |
protected void |
onSetRegistrationListener(int serviceId,
IImsRegistrationListener listener) |
protected void |
onSetUiTTYMode(int serviceId,
int uiTtyMode,
Message onComplete) |
protected void |
onTurnOffIms(int phoneId) |
protected void |
onTurnOnIms(int phoneId) |
public com.android.ims.ImsServiceBase.ImsServiceBinder getBinder()
protected int onOpen(int phoneId, int serviceClass, PendingIntent incomingCallIntent, IImsRegistrationListener listener)
protected void onClose(int serviceId)
protected boolean onIsConnected(int serviceId, int serviceType, int callType)
protected boolean onIsOpened(int serviceId)
protected void onSetRegistrationListener(int serviceId, IImsRegistrationListener listener)
protected void onAddRegistrationListener(int serviceId, int serviceType, IImsRegistrationListener listener)
protected ImsCallProfile onCreateCallProfile(int serviceId, int serviceType, int callType)
protected IImsCallSession onCreateCallSession(int serviceId, ImsCallProfile profile, IImsCallSessionListener listener)
protected IImsCallSession onGetPendingCallSession(int serviceId, String callId)
protected IImsUt onGetUtInterface(int serviceId)
protected IImsConfig onGetConfigInterface(int phoneId)
protected void onTurnOnIms(int phoneId)
protected void onTurnOffIms(int phoneId)
protected IImsEcbm onGetEcbmInterface(int serviceId)
protected void onSetUiTTYMode(int serviceId, int uiTtyMode, Message onComplete)
protected IImsMultiEndpoint onGetMultiEndpointInterface(int serviceId)