Searched refs:newSessionModificationState (Results 1 – 1 of 1) sorted by relevance
106 final int newSessionModificationState = getSessionModificationStateFromTelecomStatus(status); in onSessionModifyResponseReceived() local112 videoTech.setSessionModificationState(newSessionModificationState); in onSessionModifyResponseReceived()118 clearFailedResponseState(newSessionModificationState); in onSessionModifyResponseReceived()125 final int newSessionModificationState = getSessionModificationStateFromTelecomStatus(status); in onSessionModifyResponseReceived() local126 videoTech.setSessionModificationState(newSessionModificationState); in onSessionModifyResponseReceived()128 clearFailedResponseState(newSessionModificationState); in onSessionModifyResponseReceived()137 private void clearFailedResponseState(final int newSessionModificationState) { in clearFailedResponseState() argument143 if (videoTech.getSessionModificationState() == newSessionModificationState) { in clearFailedResponseState()