Home
last modified time | relevance | path

Searched refs:markTime (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
H A DAnomalyDetectionTests.java110 String markTime = getCurrentLogcatDate(); in testCountAnomalyDetection() local
115 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()
162 String markTime = getCurrentLogcatDate(); in testDurationAnomalyDetection() local
180 markTime = getCurrentLogcatDate(); in testDurationAnomalyDetection()
197 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testDurationAnomalyDetection()
264 String markTime = getCurrentLogcatDate(); in testValueAnomalyDetection() local
310 String markTime = getCurrentLogcatDate(); in testPerfetto() local
[all …]
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/alarm/
H A DAlarmTests.java58 String markTime = getCurrentLogcatDate(); in testAlarm() local
61 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testAlarm()