Searched refs:getBootHistory (Results 1 – 3 of 3) sorted by relevance
2465 assertEquals(history, spy.getBootHistory()); in testGetBootHistory()2475 assertTrue(spy.getBootHistory().isEmpty()); in testGetBootHistoryEmpty()2485 assertTrue(spy.getBootHistory().isEmpty()); in testGetBootHistoryInvalid()
1465 public Map<Long, String> getBootHistory() throws DeviceNotAvailableException; in getBootHistory() method
4615 public Map<Long, String> getBootHistory() throws DeviceNotAvailableException { in getBootHistory() method in NativeDevice4646 for (Map.Entry<Long, String> entry : getBootHistory().entrySet()) { in getBootHistorySince()