All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
onAddressChanged(Connection c,
Uri newAddress,
int presentation) |
void |
onAudioModeIsVoipChanged(Connection c,
boolean isVoip) |
void |
onCallerDisplayNameChanged(Connection c,
String callerDisplayName,
int presentation) |
void |
onConferenceablesChanged(Connection c,
List<Conferenceable> conferenceables) |
void |
onConferenceChanged(Connection c,
Conference conference) |
void |
onConferenceMergeFailed(Connection c) |
void |
onConferenceParticipantsChanged(Connection c,
List<ConferenceParticipant> participants) |
void |
onConferenceStarted() |
void |
onConferenceSupportedChanged(Connection c,
boolean isConferenceSupported) |
void |
onConnectionCapabilitiesChanged(Connection c,
int capabilities) |
void |
onConnectionEvent(Connection c,
String event,
Bundle extras) |
void |
onConnectionPropertiesChanged(Connection c,
int properties) |
void |
onDestroyed(Connection c) |
void |
onDisconnected(Connection c,
DisconnectCause disconnectCause) |
void |
onExtrasChanged(Connection c,
Bundle extras) |
void |
onExtrasRemoved(Connection c,
List<String> keys) |
void |
onPostDialChar(Connection c,
char nextChar) |
void |
onPostDialWait(Connection c,
String remaining) |
void |
onRingbackRequested(Connection c,
boolean ringback) |
void |
onStateChanged(Connection c,
int state) |
void |
onStatusHintsChanged(Connection c,
StatusHints statusHints) |
void |
onVideoProviderChanged(Connection c,
Connection.VideoProvider videoProvider) |
void |
onVideoStateChanged(Connection c,
int videoState) |