Searched refs:bootHistory (Results 1 – 1 of 1) sorted by relevance
5571 Map<Long, String> bootHistory = new LinkedHashMap<Long, String>(); in getBootHistory() local5573 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() local5596 bootHistory.put(entry.getKey(), entry.getValue()); in getBootHistorySince()5599 return bootHistory; in getBootHistorySince()5604 Map<Long, String> bootHistory = getBootHistorySince(utcEpochTime, timeUnit); in hasNormalRebootSince() local5605 if (bootHistory.isEmpty()) { in hasNormalRebootSince()5612 utcEpochTime, bootHistory); in hasNormalRebootSince()[all …]