Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2465 assertEquals(history, spy.getBootHistory()); in testGetBootHistory()
2475 assertTrue(spy.getBootHistory().isEmpty()); in testGetBootHistoryEmpty()
2485 assertTrue(spy.getBootHistory().isEmpty()); in testGetBootHistoryInvalid()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1465 public Map<Long, String> getBootHistory() throws DeviceNotAvailableException; in getBootHistory() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4615 public Map<Long, String> getBootHistory() throws DeviceNotAvailableException { in getBootHistory() method in NativeDevice
4646 for (Map.Entry<Long, String> entry : getBootHistory().entrySet()) { in getBootHistorySince()