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.java5659 ProcessInfo currSystemServerProcess = getProcessByName("system_server"); in deviceSoftRestartedSince() local
5660 if (currSystemServerProcess == null) { in deviceSoftRestartedSince()
5667 currSystemServerProcess.getStartTime() in deviceSoftRestartedSince()
5681 return checkSystemProcessRestartedAfterLastReboot(currSystemServerProcess); in deviceSoftRestartedSince()
5692 ProcessInfo currSystemServerProcess = getProcessByName("system_server"); in deviceSoftRestarted() local
5693 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()