Searched refs:shouldReconnect (Results 1 – 3 of 3) sorted by relevance
124 addNextCall(getCallCount(connection), shouldReconnect(connection)); in onNewIncomingConnection()165 private static boolean shouldReconnect(@NonNull Connection connection) { in shouldReconnect() method in SimulatorConferenceCreator
420 boolean shouldReconnect = (client != null); in onConnectionStateChanged()422 if (shouldReconnect) { in onConnectionStateChanged()
509 boolean shouldReconnect = mIsConnected; in onDisconnected()512 if (shouldReconnect && !mIsProxying) { in onDisconnected()