Home
last modified time | relevance | path

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

/cts/hostsidetests/statsd/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java110 String markTime = getCurrentLogcatDate(); in testCountAnomalyDetection()
166 String markTime = getCurrentLogcatDate(); in testDurationAnomalyDetection()
183 markTime = getCurrentLogcatDate(); in testDurationAnomalyDetection()
273 String markTime = getCurrentLogcatDate(); in testValueAnomalyDetection()
323 String markTime = getCurrentLogcatDate(); in testPerfetto()
360 String markTime = getCurrentLogcatDate(); in testGaugeAnomalyDetection()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DStoragedDumpsysTest.java50 private String getCurrentLogcatDate() throws Exception { in getCurrentLogcatDate() method in StoragedDumpsysTest
76 String logcatDate = getCurrentLogcatDate(); in testStoragedOutput()
/cts/hostsidetests/statsd/src/android/cts/statsd/alarm/
DAlarmTests.java59 String markTime = getCurrentLogcatDate(); in testAlarm()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java906 protected String getCurrentLogcatDate() throws Exception { in getCurrentLogcatDate() method in AtomTestCase