Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
DPersistLogSection.java244 int mmdd = month * 100 + day; in getEpochSec() local
245 long epochSecBase = mEpochTimeCache.computeIfAbsent(mmdd, (key) -> { in getEpochSec()