Searched refs:wasActive (Results 1 – 2 of 2) sorted by relevance
113 final boolean wasActive = isUserActive(); in onStop()125 if (wasActive) { in onStop()
447 boolean wasActive = foregroundCallBeforeSwap != null && foregroundCallBeforeSwap.isActive(); in handleCallEventCallbackNewFocus()486 maybeResetForegroundCall(foregroundCallBeforeSwap, wasActive); in handleCallEventCallbackNewFocus()643 private void maybeResetForegroundCall(Call foregroundCallBeforeSwap, boolean wasActive) { in maybeResetForegroundCall() argument647 if (wasActive && !foregroundCallBeforeSwap.isActive()) { in maybeResetForegroundCall()