Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5571 Map<Long, String> bootHistory = new LinkedHashMap<Long, String>(); in getBootHistory() local
5573 return bootHistory; in getBootHistory()
5580 bootHistory.put(startTime, infoStr[0].trim()); in getBootHistory()
5585 return bootHistory; in getBootHistory()
5593 Map<Long, String> bootHistory = new LinkedHashMap<Long, String>(); in getBootHistorySince() local
5596 bootHistory.put(entry.getKey(), entry.getValue()); in getBootHistorySince()
5599 return bootHistory; in getBootHistorySince()
5604 Map<Long, String> bootHistory = getBootHistorySince(utcEpochTime, timeUnit); in hasNormalRebootSince() local
5605 if (bootHistory.isEmpty()) { in hasNormalRebootSince()
5612 utcEpochTime, bootHistory); in hasNormalRebootSince()
[all …]