Searched refs:epochSecBase (Results 1 – 1 of 1) sorted by relevance
245 long epochSecBase = mEpochTimeCache.computeIfAbsent(mmdd, (key) -> { in getEpochSec() local264 return epochSecBase + hh * 3600 + mm * 60 + ss; in getEpochSec()