Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4737 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() argument
4739 if (prevSystemServerProcess == null) { in deviceSoftRestarted()
4750 if (currSystemServerProcess.getPid() == prevSystemServerProcess.getPid() in deviceSoftRestarted()
4753 - prevSystemServerProcess.getStartTime()) in deviceSoftRestarted()
4760 currSystemServerProcess, prevSystemServerProcess); in deviceSoftRestarted()
4765 if (!hasNormalRebootSince(prevSystemServerProcess.getStartTime(), TimeUnit.SECONDS)) { in deviceSoftRestarted()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1511 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() argument