Searched refs:mLastStopAppSwitchesTime (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | BackgroundLaunchProcessControllerTests.java | 88 long mLastStopAppSwitchesTime = 0L; field in BackgroundLaunchProcessControllerTests 98 mLastStopAppSwitchesTime, mLastActivityLaunchTime, in testNothingAllows() 110 mLastStopAppSwitchesTime, mLastActivityLaunchTime, in testInstrumenting() 127 mLastStopAppSwitchesTime, mLastActivityLaunchTime, in testAllowedByTokenNoCallback() 142 mLastStopAppSwitchesTime, mLastActivityLaunchTime, in testAllowedByToken() 156 mLastStopAppSwitchesTime, mLastActivityLaunchTime, in testBoundByForeground() 169 mLastStopAppSwitchesTime, mLastActivityLaunchTime, in testForegroundTask() 178 mLastStopAppSwitchesTime = now - 10000; in testGracePeriod() 185 mLastStopAppSwitchesTime, mLastActivityLaunchTime, in testGracePeriod()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 562 private volatile long mLastStopAppSwitchesTime; field in ActivityTaskManagerService 4085 mLastStopAppSwitchesTime = SystemClock.uptimeMillis(); in stopAppSwitches() 4101 return mLastStopAppSwitchesTime; in getLastStopAppSwitchesTime()
|