Searched refs:getBootHistory (Results 1 – 3 of 3) sorted by relevance
1615 public Map<Long, String> getBootHistory() throws DeviceNotAvailableException; in getBootHistory() method
2493 assertEquals(history, spy.getBootHistory()); in testGetBootHistory()2502 assertTrue(spy.getBootHistory().isEmpty()); in testGetBootHistoryEmpty()2511 assertTrue(spy.getBootHistory().isEmpty()); in testGetBootHistoryInvalid()
5563 public Map<Long, String> getBootHistory() throws DeviceNotAvailableException { in getBootHistory() method in NativeDevice5594 for (Map.Entry<Long, String> entry : getBootHistory().entrySet()) { in getBootHistorySince()