FileDocCategorySizeDatePackage
ICall.javaAPI DocAndroid 5.1 API1319Thu Mar 12 22:22:52 GMT 2015com.android.ims.internal

ICall

public interface ICall
IMS call interface
hide

Fields Summary
Constructors Summary
Methods Summary
public booleancheckIfRemoteUserIsSame(java.lang.String userId)
Checks if the call has a same remote user identity or not.

param
userId the remote user identity
return
true if the remote user identity is equal; otherwise, false

public voidclose()
Closes this object. This object is not usable after being closed.

public booleanequalsTo(com.android.ims.internal.ICall call)
Checks if the call is equal or not.

param
call the call to be compared
return
true if the call is equal; otherwise, false