Searched refs:onStateChanged (Results 1 – 5 of 5) sorted by relevance
153 public void onStateChanged(int state) { in onStateChanged() method in MockConnection154 super.onStateChanged(state); in onStateChanged()
80 public void onStateChanged(Call call, int state) {81 super.onStateChanged(call, state);
214 public void onStateChanged(RemoteConference conference, int oldState, int newState) { in testRemoteConferenceCallbacks_StateChange()215 super.onStateChanged(conference, oldState, newState); in testRemoteConferenceCallbacks_StateChange()
320 public void onStateChanged(int state) { in onStateChanged() method in ConnectionTest.BasicConnection
175 public void onStateChanged(RemoteConnection connection, int state) { in testRemoteConnectionCallbacks_StateChange()176 super.onStateChanged(connection, state); in testRemoteConnectionCallbacks_StateChange()