Searched refs:onStateChanged (Results 1 – 5 of 5) sorted by relevance
138 public void onStateChanged(int state) { in onStateChanged() method in MockConnection139 super.onStateChanged(state); in onStateChanged()
77 public void onStateChanged(Call call, int state) {78 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()
318 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()