Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestFailureListenerTest.java65 final long startDate = 1479917040l; // Wed Nov 23 16:04:00 GMT 2016 in testTestFailed() local
68 EasyMock.expect(mMockDevice.getDeviceDate()).andReturn(startDate); in testTestFailed()
79 EasyMock.expect(mMockDevice.getLogcatSince(EasyMock.eq(startDate))).andReturn(fakeSource); in testTestFailed()