Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java283 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents()
346 HashMap<String, Long> timestamps = readTimestamps(); in addTombstoneToDropBox()
836 private static HashMap<String, Long> readTimestamps() { in readTimestamps() method in BootReceiver