Home
last modified time | relevance | path

Searched refs:wasActive (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStatefulActivity.java113 final boolean wasActive = isUserActive(); in onStop()
125 if (wasActive) { in onStop()
/packages/services/Telecomm/src/com/android/server/telecom/
DTransactionalServiceWrapper.java447 boolean wasActive = foregroundCallBeforeSwap != null && foregroundCallBeforeSwap.isActive(); in handleCallEventCallbackNewFocus()
486 maybeResetForegroundCall(foregroundCallBeforeSwap, wasActive); in handleCallEventCallbackNewFocus()
643 private void maybeResetForegroundCall(Call foregroundCallBeforeSwap, boolean wasActive) { in maybeResetForegroundCall() argument
647 if (wasActive && !foregroundCallBeforeSwap.isActive()) { in maybeResetForegroundCall()