Home
last modified time | relevance | path

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

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DLogcatOnFailureCollector.java77 mStartTime = getCurrentDate(); in onTestRunStart()
84 mStartTime = getCurrentDate(); in onTestStart()
128 mStartTime = getCurrentDate(); in onTestEnd()
148 protected String getCurrentDate() { in getCurrentDate() method in LogcatOnFailureCollector