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