Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java115 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()
121 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()
127 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()
135 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testCountAnomalyDetection()
197 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testDurationAnomalyDetection()
268 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testValueAnomalyDetection()
276 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testValueAnomalyDetection()
359 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testGaugeAnomalyDetection()
368 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testGaugeAnomalyDetection()
/packages/modules/StatsD/tests/src/android/cts/statsd/alarm/
DAlarmTests.java61 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testAlarm()
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java159 protected boolean didIncidentdFireSince(String date) throws Exception { in didIncidentdFireSince() method in AtomTestCase