Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
DPersistLogSection.java245 long epochSecBase = mEpochTimeCache.computeIfAbsent(mmdd, (key) -> { in getEpochSec() local
264 return epochSecBase + hh * 3600 + mm * 60 + ss; in getEpochSec()