Lines Matching defs:conference

56         public void onStateChanged(RemoteConference conference, int oldState, int newState) {}  in onStateChanged()
65 public void onDisconnected(RemoteConference conference, DisconnectCause disconnectCause) {} in onDisconnected()
73 public void onConnectionAdded(RemoteConference conference, RemoteConnection connection) {} in onConnectionAdded()
81 public void onConnectionRemoved(RemoteConference conference, RemoteConnection connection) {} in onConnectionRemoved()
91 RemoteConference conference, in onConnectionCapabilitiesChanged()
103 RemoteConference conference, in onConnectionPropertiesChanged()
115 RemoteConference conference, in onConferenceableConnectionsChanged()
124 public void onDestroyed(RemoteConference conference) {} in onDestroyed()
132 public void onExtrasChanged(RemoteConference conference, @Nullable Bundle extras) {} in onExtrasChanged()
169 final RemoteConference conference = this; in setDestroyed() local
194 final RemoteConference conference = this; in setState() local
212 final RemoteConference conference = this; in addConnection() local
230 final RemoteConference conference = this; in removeConnection() local
247 final RemoteConference conference = this; in setConnectionCapabilities() local
265 final RemoteConference conference = this; in setConnectionProperties() local
283 final RemoteConference conference = this; in setConferenceableConnections() local
301 final RemoteConference conference = this; in setDisconnected() local
337 final RemoteConference conference = this; in notifyExtrasChanged() local