Searched refs:utcEpochTime (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 4642 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() argument 4644 long utcEpochTimeSec = TimeUnit.SECONDS.convert(utcEpochTime, timeUnit); in getBootHistorySince() 4654 private boolean hasNormalRebootSince(long utcEpochTime, TimeUnit timeUnit) in hasNormalRebootSince() argument 4656 Map<Long, String> bootHistory = getBootHistorySince(utcEpochTime, timeUnit); in hasNormalRebootSince() 4658 CLog.w("There is no reboot history since %s", utcEpochTime); in hasNormalRebootSince() 4664 utcEpochTime, bootHistory); in hasNormalRebootSince() 4708 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() argument 4719 - TimeUnit.SECONDS.convert(utcEpochTime, timeUnit)) in deviceSoftRestartedSince() 4727 if (!hasNormalRebootSince(utcEpochTime, timeUnit)) { in deviceSoftRestartedSince()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 1476 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() argument 1498 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() argument
|