Searched refs:didIncidentdFireSince (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/tests/src/android/cts/statsd/alert/ |
D | AnomalyDetectionTests.java | 159 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isFalse(); in testCountAnomalyDetection() 169 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isFalse(); in testCountAnomalyDetection() 179 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isFalse(); in testCountAnomalyDetection() 191 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isTrue(); in testCountAnomalyDetection() 267 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isTrue(); in testDurationAnomalyDetection() 349 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isFalse(); in testValueAnomalyDetection() 361 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isTrue(); in testValueAnomalyDetection() 456 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isFalse(); in testGaugeAnomalyDetection() 469 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isTrue(); in testGaugeAnomalyDetection()
|
/packages/modules/StatsD/tests/src/android/cts/statsd/alarm/ |
D | AlarmTests.java | 91 assertThat(MetricsUtils.didIncidentdFireSince(getDevice(), markTime)).isTrue(); in testAlarm()
|
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | MetricsUtils.java | 187 public static boolean didIncidentdFireSince(ITestDevice device, String date) throws Exception { in didIncidentdFireSince() method in MetricsUtils
|