Home
last modified time | relevance | path

Searched refs:currSystemServerProcess (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4710 ProcessInfo currSystemServerProcess = getProcessByName("system_server"); in deviceSoftRestartedSince() local
4711 if (currSystemServerProcess == null) { in deviceSoftRestartedSince()
4718 currSystemServerProcess.getStartTime() in deviceSoftRestartedSince()
4732 return checkSystemProcessRestartedAfterLastReboot(currSystemServerProcess); in deviceSoftRestartedSince()
4743 ProcessInfo currSystemServerProcess = getProcessByName("system_server"); in deviceSoftRestarted() local
4744 if (currSystemServerProcess == null) { in deviceSoftRestarted()
4750 if (currSystemServerProcess.getPid() == prevSystemServerProcess.getPid() in deviceSoftRestarted()
4752 currSystemServerProcess.getStartTime() in deviceSoftRestarted()
4760 currSystemServerProcess, prevSystemServerProcess); in deviceSoftRestarted()
4771 return checkSystemProcessRestartedAfterLastReboot(currSystemServerProcess); in deviceSoftRestarted()