Methods Summary |
---|
public void | close(int serviceId)
|
public com.android.ims.ImsCallProfile | createCallProfile(int serviceId, int serviceType, int callType)
|
public com.android.ims.internal.IImsCallSession | createCallSession(int serviceId, com.android.ims.ImsCallProfile profile, com.android.ims.internal.IImsCallSessionListener listener)
|
public com.android.ims.internal.IImsConfig | getConfigInterface(int phoneId)Config interface to get/set IMS service/capability parameters.
|
public com.android.ims.internal.IImsEcbm | getEcbmInterface(int serviceId)ECBM interface for Emergency Callback mode mechanism.
|
public com.android.ims.internal.IImsCallSession | getPendingCallSession(int serviceId, java.lang.String callId)
|
public com.android.ims.internal.IImsUt | getUtInterface(int serviceId)Ut interface for the supplementary service configuration.
|
public boolean | isConnected(int serviceId, int serviceType, int callType)
|
public boolean | isOpened(int serviceId)
|
public int | open(int phoneId, int serviceClass, android.app.PendingIntent incomingCallIntent, com.android.ims.internal.IImsRegistrationListener listener)
|
public void | setRegistrationListener(int serviceId, com.android.ims.internal.IImsRegistrationListener listener)
|
public void | setUiTTYMode(int serviceId, int uiTtyMode, android.os.Message onComplete)Used to set current TTY Mode.
|
public void | turnOffIms(int phoneId)Used for turning off IMS when its in ON state.
When IMS is OFF, device will behave as CSFB'ed.
|
public void | turnOnIms(int phoneId)Used for turning on IMS when its in OFF state.
|