Searched refs:getBootHistorySince (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 2503 assertEquals(history, spy.getBootHistorySince(1556238009L, TimeUnit.SECONDS)); in testGetBootHistorySince() 2518 assertEquals(history, spy.getBootHistorySince(1579678463, TimeUnit.SECONDS)); in testGetBootHistorySince_limit() 2536 assertEquals(history, spy.getBootHistorySince(1556238009000L, TimeUnit.MILLISECONDS)); in testGetBootHistorySinceInMillisecond()
|
/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() method
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 4642 public Map<Long, String> getBootHistorySince(long utcEpochTime, TimeUnit timeUnit) in getBootHistorySince() method in NativeDevice 4656 Map<Long, String> bootHistory = getBootHistorySince(utcEpochTime, timeUnit); in hasNormalRebootSince()
|