Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java151 String markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testCountAnomalyDetection()
219 String markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testDurationAnomalyDetection()
243 markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testDurationAnomalyDetection()
341 String markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testValueAnomalyDetection()
396 String markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testPerfetto()
447 String markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testGaugeAnomalyDetection()
/packages/modules/StatsD/tests/src/android/cts/statsd/alarm/
DAlarmTests.java87 String markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testAlarm()
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
DMetricsUtils.java163 public static String getCurrentLogcatDate(ITestDevice device) throws Exception { in getCurrentLogcatDate() method in MetricsUtils