Searched refs:currSystemServerProcess (Results 1 – 1 of 1) sorted by relevance
5659 ProcessInfo currSystemServerProcess = getProcessByName("system_server"); in deviceSoftRestartedSince() local5660 if (currSystemServerProcess == null) { in deviceSoftRestartedSince()5667 currSystemServerProcess.getStartTime() in deviceSoftRestartedSince()5681 return checkSystemProcessRestartedAfterLastReboot(currSystemServerProcess); in deviceSoftRestartedSince()5692 ProcessInfo currSystemServerProcess = getProcessByName("system_server"); in deviceSoftRestarted() local5693 if (currSystemServerProcess == null) { in deviceSoftRestarted()5699 if (currSystemServerProcess.getPid() == prevSystemServerProcess.getPid() in deviceSoftRestarted()5701 currSystemServerProcess.getStartTime() in deviceSoftRestarted()5709 currSystemServerProcess, prevSystemServerProcess); in deviceSoftRestarted()5720 return checkSystemProcessRestartedAfterLastReboot(currSystemServerProcess); in deviceSoftRestarted()