Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4654 private boolean hasNormalRebootSince(long utcEpochTime, TimeUnit timeUnit) in hasNormalRebootSince() method in NativeDevice
4690 if (!hasNormalRebootSince( in checkSystemProcessRestartedAfterLastReboot()
4727 if (!hasNormalRebootSince(utcEpochTime, timeUnit)) { in deviceSoftRestartedSince()
4765 if (!hasNormalRebootSince(prevSystemServerProcess.getStartTime(), TimeUnit.SECONDS)) { in deviceSoftRestarted()