Searched refs:mLastActivityLaunchTime (Results 1 – 1 of 1) sorted by relevance
169 private long mLastActivityLaunchTime; field in WindowProcessController389 if (launchTime <= mLastActivityLaunchTime) { in setLastActivityLaunchTime()392 mLastActivityLaunchTime = launchTime; in setLastActivityLaunchTime()414 if (now - mLastActivityLaunchTime < ACTIVITY_BG_START_GRACE_PERIOD_MS in areBackgroundActivityStartsAllowed()418 if (mLastActivityLaunchTime > mAtm.getLastStopAppSwitchesTime() in areBackgroundActivityStartsAllowed()