Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
H A DAnomalyDetectionTests.java110 String markTime = getCurrentLogcatDate(); in testCountAnomalyDetection()
162 String markTime = getCurrentLogcatDate(); in testDurationAnomalyDetection()
180 markTime = getCurrentLogcatDate(); in testDurationAnomalyDetection()
264 String markTime = getCurrentLogcatDate(); in testValueAnomalyDetection()
310 String markTime = getCurrentLogcatDate(); in testPerfetto()
355 String markTime = getCurrentLogcatDate(); in testGaugeAnomalyDetection()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/alarm/
H A DAlarmTests.java58 String markTime = getCurrentLogcatDate(); in testAlarm()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DAtomTestCase.java1087 protected String getCurrentLogcatDate() throws Exception { in getCurrentLogcatDate() method in AtomTestCase