Searched refs:ACTIVITY_BG_START_GRACE_PERIOD_MS (Results 1 – 2 of 2) sorted by relevance
36 import static com.android.server.wm.ActivityTaskManagerService.ACTIVITY_BG_START_GRACE_PERIOD_MS;407 if (now - mLastActivityLaunchTime < ACTIVITY_BG_START_GRACE_PERIOD_MS in areBackgroundActivityStartsAllowed()408 || now - mLastActivityFinishTime < ACTIVITY_BG_START_GRACE_PERIOD_MS) { in areBackgroundActivityStartsAllowed()
316 static final long ACTIVITY_BG_START_GRACE_PERIOD_MS = 10 * 1000; field in ActivityTaskManagerService