Searched refs:lastUserUnlockingUptime (Results 1 – 1 of 1) sorted by relevance
1637 final long lastUserUnlockingUptime = mService.mUserController.getLastUserUnlockingUptime(); in shouldKillExcessiveProcesses() local1639 if (lastUserUnlockingUptime == 0) { in shouldKillExcessiveProcesses()1645 if ((lastUserUnlockingUptime + noKillCachedProcessesPostBootCompletedDurationMillis) in shouldKillExcessiveProcesses()