Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1626 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() argument
1648 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() argument
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5590 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() argument
5592 long utcEpochTimeSec = TimeUnit.SECONDS.convert(utcEpochTime, timeUnit); in getBootHistorySince()
5602 private boolean hasNormalRebootSince(long utcEpochTime, TimeUnit timeUnit) in hasNormalRebootSince() argument
5604 Map<Long, String> bootHistory = getBootHistorySince(utcEpochTime, timeUnit); in hasNormalRebootSince()
5606 CLog.w("There is no reboot history since %s", utcEpochTime); in hasNormalRebootSince()
5612 utcEpochTime, bootHistory); in hasNormalRebootSince()
5657 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() argument
5668 - TimeUnit.SECONDS.convert(utcEpochTime, timeUnit)) in deviceSoftRestartedSince()
5676 if (!hasNormalRebootSince(utcEpochTime, timeUnit)) { in deviceSoftRestartedSince()