Lines Matching refs:l
272 for (Listener l : mListeners) { in setDisconnected()
273 l.onDisconnected(this, mDisconnectCause); in setDisconnected()
299 for (Listener l : mListeners) { in setConnectionCapabilities()
300 l.onConnectionCapabilitiesChanged(this, mConnectionCapabilities); in setConnectionCapabilities()
316 for (Listener l : mListeners) { in addConnection()
317 l.onConnectionAdded(this, connection); in addConnection()
334 for (Listener l : mListeners) { in removeConnection()
335 l.onConnectionRemoved(this, connection); in removeConnection()
359 for (Listener l : mListeners) { in fireOnConferenceableConnectionsChanged()
360 l.onConferenceableConnectionsChanged(this, getConferenceableConnections()); in fireOnConferenceableConnectionsChanged()
389 for (Listener l : mListeners) { in destroy()
390 l.onDestroyed(this); in destroy()
475 for (Listener l : mListeners) { in setState()
476 l.onStateChanged(this, oldState, newState); in setState()