Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
DPersistLogSection.java85 private Map<Integer, Long> mEpochTimeCache = new HashMap<>(); field in PersistLogSection
245 long epochSecBase = mEpochTimeCache.computeIfAbsent(mmdd, (key) -> { in getEpochSec()