Searched refs:refractoryEndNs (Results 1 – 1 of 1) sorted by relevance
331 int64_t refractoryEndNs = anomalyTracker.getRefractoryPeriodEndsSec(mEventKey) * NS_PER_SEC; in predictAnomalyTimestampNs() local332 return std::max(anomalyTimeNs, refractoryEndNs); in predictAnomalyTimestampNs()