Searched refs:MINIMUM_LOG_PERIOD_MS (Results 1 – 1 of 1) sorted by relevance
1046 private static final long MINIMUM_LOG_PERIOD_MS = 60 * 1000; field in ZenModeHelper.Metrics1060 if (mPreviousZenMode != mZenMode || since > MINIMUM_LOG_PERIOD_MS) { in emit()