Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundLaunchProcessController.java104 long lastStopAppSwitchesTime, long lastActivityLaunchTime, in areBackgroundActivityStartsAllowed() argument
138 if (now - lastActivityLaunchTime < ACTIVITY_BG_START_GRACE_PERIOD_MS in areBackgroundActivityStartsAllowed()
142 if (lastActivityLaunchTime > lastStopAppSwitchesTime in areBackgroundActivityStartsAllowed()