Lines Matching refs:conference

56         public void onStateChanged(RemoteConference conference, int oldState, int newState) {}  in onStateChanged()  argument
65 public void onDisconnected(RemoteConference conference, DisconnectCause disconnectCause) {} in onDisconnected() argument
73 public void onConnectionAdded(RemoteConference conference, RemoteConnection connection) {} in onConnectionAdded() argument
81 public void onConnectionRemoved(RemoteConference conference, RemoteConnection connection) {} in onConnectionRemoved() argument
91 RemoteConference conference, in onConnectionCapabilitiesChanged() argument
102 RemoteConference conference, in onConnectionPropertiesChanged() argument
114 RemoteConference conference, in onConferenceableConnectionsChanged() argument
123 public void onDestroyed(RemoteConference conference) {} in onDestroyed() argument
131 public void onExtrasChanged(RemoteConference conference, @Nullable Bundle extras) {} in onExtrasChanged() argument
176 final RemoteConference conference = this; in setDestroyed() local
181 callback.onDestroyed(conference); in setDestroyed()
201 final RemoteConference conference = this; in setState() local
206 callback.onStateChanged(conference, oldState, newState); in setState()
219 final RemoteConference conference = this; in addConnection() local
224 callback.onConnectionAdded(conference, connection); in addConnection()
237 final RemoteConference conference = this; in removeConnection() local
242 callback.onConnectionRemoved(conference, connection); in removeConnection()
254 final RemoteConference conference = this; in setConnectionCapabilities() local
260 conference, mConnectionCapabilities); in setConnectionCapabilities()
272 final RemoteConference conference = this; in setConnectionProperties() local
278 conference, mConnectionProperties); in setConnectionProperties()
290 final RemoteConference conference = this; in setConferenceableConnections() local
296 conference, mUnmodifiableConferenceableConnections); in setConferenceableConnections()
308 final RemoteConference conference = this; in setDisconnected() local
313 callback.onDisconnected(conference, disconnectCause); in setDisconnected()
347 final RemoteConference conference = this; in notifyExtrasChanged() local
352 callback.onExtrasChanged(conference, mExtras); in notifyExtrasChanged()