Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1661 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5686 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() argument
5688 if (prevSystemServerProcess == null) { in deviceSoftRestarted()
5699 if (currSystemServerProcess.getPid() == prevSystemServerProcess.getPid() in deviceSoftRestarted()
5702 - prevSystemServerProcess.getStartTime()) in deviceSoftRestarted()
5709 currSystemServerProcess, prevSystemServerProcess); in deviceSoftRestarted()
5714 if (!hasNormalRebootSince(prevSystemServerProcess.getStartTime(), TimeUnit.SECONDS)) { in deviceSoftRestarted()