Searched refs:getCurrentLogcatDate (Results 1 – 3 of 3) sorted by relevance
151 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()
87 String markTime = MetricsUtils.getCurrentLogcatDate(getDevice()); in testAlarm()
163 public static String getCurrentLogcatDate(ITestDevice device) throws Exception { in getCurrentLogcatDate() method in MetricsUtils