public class ImsExternalCall extends Call
ImsExternalConnection
; represents an external call which was
received via ImsExternalCallState
info.Call.SrvccState, Call.State
LOG_TAG, mConnections, mState
Constructor and Description |
---|
ImsExternalCall(Phone phone,
ImsExternalConnection connection) |
Modifier and Type | Method and Description |
---|---|
List<Connection> |
getConnections()
Do not modify the List result!!!
|
Phone |
getPhone() |
void |
hangup() |
boolean |
isMultiparty() |
void |
setActive()
Sets the call state to active.
|
void |
setTerminated()
Sets the call state to terminated.
|
clearDisconnected, getConferenceParticipants, getEarliestConnection, getEarliestConnectTime, getEarliestCreateTime, getLatestConnection, getState, hangupIfAlive, hasConnection, hasConnections, isDialingOrAlerting, isIdle, isRinging, setState, stateFromDCState
public ImsExternalCall(Phone phone, ImsExternalConnection connection)
public List<Connection> getConnections()
Call
getConnections
in class Call
public boolean isMultiparty()
isMultiparty
in class Call
public void hangup() throws CallStateException
hangup
in class Call
CallStateException
public void setActive()
public void setTerminated()