Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java521 final long deviceTestStartTime = getDevice().getDeviceDate(); in runTest() local
530 data.setDeviceTestStartTime(deviceTestStartTime); in runTest()
552 try (final InputStreamSource lc = getDevice().getLogcatSince(deviceTestStartTime)) { in runTest()
DAudioLoopbackTestHelper.java204 public void setDeviceTestStartTime(long deviceTestStartTime) { in setDeviceTestStartTime() argument
205 this.mDeviceTestStartTime = Long.valueOf(deviceTestStartTime); in setDeviceTestStartTime()