Searched refs:getDeviceDate (Results 1 – 10 of 10) sorted by relevance
85 when(mDevice1.getDeviceDate()).thenReturn(0L); in setUp()88 when(mDevice2.getDeviceDate()).thenReturn(0L); in setUp()
129 when(mMockDevice1.getDeviceDate()).thenReturn(0L); in setUp()135 when(mMockDevice2.getDeviceDate()).thenReturn(0L); in setUp()
318 when(mMockDevice.getDeviceDate()).thenReturn(0L); in setUp()
342 when(mMockDevice.getDeviceDate()).thenReturn(0L); in setUp()
58 long deviceTimeMillis = testInfo.getDevice().getDeviceDate(); in setUp()
678 long deviceTimeMs = mTestDevice.getDeviceDate(); in testDeviceSoftRestart()693 deviceTimeMs = mTestDevice.getDeviceDate(); in testDeviceSoftRestart()
1217 assertEquals(21692641000L, mTestDevice.getDeviceDate()); in testGetDeviceDate()1231 assertEquals(0, mTestDevice.getDeviceDate()); in testGetDeviceDate_wrongformat()1912 public long getDeviceDate() throws DeviceNotAvailableException { in testGetDeviceTimeOffset()1929 public long getDeviceDate() throws DeviceNotAvailableException { in testGetDeviceTimeOffset_delay()
1481 public long getDeviceDate() throws DeviceNotAvailableException; in getDeviceDate() method
521 final long deviceTestStartTime = getDevice().getDeviceDate(); in runTest()
4812 long deviceTime = getDeviceDate(); in getDeviceTimeOffset()4854 public long getDeviceDate() throws DeviceNotAvailableException { in getDeviceDate() method in NativeDevice