Home
last modified time | relevance | path

Searched refs:getBootHistorySince (Results 1 – 3 of 3) 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() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java2528 assertEquals(history, spy.getBootHistorySince(1556238009L, TimeUnit.SECONDS)); in testGetBootHistorySince()
2542 assertEquals(history, spy.getBootHistorySince(1579678463, TimeUnit.SECONDS)); in testGetBootHistorySince_limit()
2559 assertEquals(history, spy.getBootHistorySince(1556238009000L, TimeUnit.MILLISECONDS)); in testGetBootHistorySinceInMillisecond()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5590 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() method in NativeDevice
5604 Map<Long, String> bootHistory = getBootHistorySince(utcEpochTime, timeUnit); in hasNormalRebootSince()