Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionMultiTest.java85 when(mDevice1.getDeviceDate()).thenReturn(0L); in setUp()
88 when(mDevice2.getDeviceDate()).thenReturn(0L); in setUp()
DITestSuiteMultiTest.java129 when(mMockDevice1.getDeviceDate()).thenReturn(0L); in setUp()
135 when(mMockDevice2.getDeviceDate()).thenReturn(0L); in setUp()
DITestSuiteTest.java318 when(mMockDevice.getDeviceDate()).thenReturn(0L); in setUp()
DModuleDefinitionTest.java342 when(mMockDevice.getDeviceDate()).thenReturn(0L); in setUp()
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DSetPackagesRecentlyUsed.java58 long deviceTimeMillis = testInfo.getDevice().getDeviceDate(); in setUp()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java678 long deviceTimeMs = mTestDevice.getDeviceDate(); in testDeviceSoftRestart()
693 deviceTimeMs = mTestDevice.getDeviceDate(); in testDeviceSoftRestart()
DNativeDeviceTest.java1217 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()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1481 public long getDeviceDate() throws DeviceNotAvailableException; in getDeviceDate() method
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java521 final long deviceTestStartTime = getDevice().getDeviceDate(); in runTest()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4812 long deviceTime = getDeviceDate(); in getDeviceTimeOffset()
4854 public long getDeviceDate() throws DeviceNotAvailableException { in getDeviceDate() method in NativeDevice