Searched refs:shouldSwitch (Results 1 – 1 of 1) sorted by relevance
138 bool shouldSwitch = false; in ShouldSwitchState() local141 shouldSwitch = (dialingCalls_.size() == EXIST_ONLY_ONE_CALL && activeCalls_.empty() && in ShouldSwitchState()145 shouldSwitch = (alertingCalls_.size() == EXIST_ONLY_ONE_CALL && activeCalls_.empty() && in ShouldSwitchState()149 shouldSwitch = (incomingCalls_.size() == EXIST_ONLY_ONE_CALL && activeCalls_.empty() && in ShouldSwitchState()153 shouldSwitch = (activeCalls_.size() == EXIST_ONLY_ONE_CALL); in ShouldSwitchState()158 return shouldSwitch; in ShouldSwitchState()