Searched refs:mDeviceTestStartTime (Results 1 – 1 of 1) sorted by relevance
96 private Long mDeviceTestStartTime; field in AudioLoopbackTestHelper.ResultData201 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()