Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java965 assertEquals(21692641000L, mTestDevice.getDeviceDate()); in testGetDeviceDate()
1117 assertEquals(0, mTestDevice.getDeviceDate()); in testGetDeviceDate_wrongformat()
1962 public long getDeviceDate() throws DeviceNotAvailableException { in testGetDeviceTimeOffset()
1979 public long getDeviceDate() throws DeviceNotAvailableException { in testGetDeviceTimeOffset_delay()
DTestDeviceFuncTest.java635 long deviceTimeMs = mTestDevice.getDeviceDate(); in testDeviceSoftRestart()
650 deviceTimeMs = mTestDevice.getDeviceDate(); in testDeviceSoftRestart()
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DSetPackagesRecentlyUsed.java55 long deviceTimeMillis = testInfo.getDevice().getDeviceDate(); in setUp()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1330 public long getDeviceDate() throws DeviceNotAvailableException; in getDeviceDate() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4047 Long deviceTime = getDeviceDate(); in getDeviceTimeOffset()
4090 public long getDeviceDate() throws DeviceNotAvailableException { in getDeviceDate() method in NativeDevice
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java521 final long deviceTestStartTime = getDevice().getDeviceDate(); in runTest()