Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundLaunchProcessController.java103 long lastStopAppSwitchesTime, long lastActivityLaunchTime, in areBackgroundActivityStartsAllowed() argument
142 if (lastActivityLaunchTime > lastStopAppSwitchesTime in areBackgroundActivityStartsAllowed()
143 || lastActivityFinishTime > lastStopAppSwitchesTime) { in areBackgroundActivityStartsAllowed()