Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTestHelper.java96 private Long mDeviceTestStartTime; field in AudioLoopbackTestHelper.ResultData
201 return mDeviceTestStartTime.longValue(); in getDeviceTestStartTime()
205 this.mDeviceTestStartTime = Long.valueOf(deviceTestStartTime); in setDeviceTestStartTime()
298 sb.append("deviceTestStartTime=").append(mDeviceTestStartTime).append(NL); in toString()
545 final Instant instant = Instant.ofEpochSecond(data.mDeviceTestStartTime); in writeAllResultsToCSVFile()