• Home
  • Raw
  • Download

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()
102 RemoteConference conference, in onConnectionPropertiesChanged()
114 RemoteConference conference, in onConferenceableConnectionsChanged()
123 public void onDestroyed(RemoteConference conference) {} in onDestroyed()
131 public void onExtrasChanged(RemoteConference conference, @Nullable Bundle extras) {} in onExtrasChanged()
176 final RemoteConference conference = this; in setDestroyed() local
201 final RemoteConference conference = this; in setState() local
219 final RemoteConference conference = this; in addConnection() local
237 final RemoteConference conference = this; in removeConnection() local
254 final RemoteConference conference = this; in setConnectionCapabilities() local
272 final RemoteConference conference = this; in setConnectionProperties() local
290 final RemoteConference conference = this; in setConferenceableConnections() local
308 final RemoteConference conference = this; in setDisconnected() local
347 final RemoteConference conference = this; in notifyExtrasChanged() local