Searched refs:deviceTestStartTime (Results 1 – 2 of 2) sorted by relevance
521 final long deviceTestStartTime = getDevice().getDeviceDate(); in runTest() local530 data.setDeviceTestStartTime(deviceTestStartTime); in runTest()552 try (final InputStreamSource lc = getDevice().getLogcatSince(deviceTestStartTime)) { in runTest()
204 public void setDeviceTestStartTime(long deviceTestStartTime) { in setDeviceTestStartTime() argument205 this.mDeviceTestStartTime = Long.valueOf(deviceTestStartTime); in setDeviceTestStartTime()