Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java683 assertFalse(mTestDevice.deviceSoftRestartedSince(prev.getStartTime(), TimeUnit.SECONDS)); in testDeviceSoftRestart()
690 assertTrue(mTestDevice.deviceSoftRestartedSince(deviceTimeMs, TimeUnit.MILLISECONDS)); in testDeviceSoftRestart()
701 assertFalse(mTestDevice.deviceSoftRestartedSince(deviceTimeMs, TimeUnit.MILLISECONDS)); in testDeviceSoftRestart()
708 assertTrue(mTestDevice.deviceSoftRestartedSince(deviceTimeMs, TimeUnit.MILLISECONDS)); in testDeviceSoftRestart()
711 assertTrue(mTestDevice.deviceSoftRestartedSince(deviceTimeMs, TimeUnit.MILLISECONDS)); in testDeviceSoftRestart()
DNativeDeviceTest.java2579 assertFalse(spy.deviceSoftRestartedSince(1559091923L, TimeUnit.SECONDS)); in testDeviceSoftRestartedSince()
2580 assertFalse(spy.deviceSoftRestartedSince(1559091923000L, TimeUnit.MILLISECONDS)); in testDeviceSoftRestartedSince()
2581 assertFalse(spy.deviceSoftRestartedSince(1559091922L, TimeUnit.SECONDS)); in testDeviceSoftRestartedSince()
2582 assertFalse(spy.deviceSoftRestartedSince(1559091922000L, TimeUnit.MILLISECONDS)); in testDeviceSoftRestartedSince()
2583 assertTrue(spy.deviceSoftRestartedSince(1559091920L, TimeUnit.SECONDS)); in testDeviceSoftRestartedSince()
2584 assertTrue(spy.deviceSoftRestartedSince(1559091920000L, TimeUnit.MILLISECONDS)); in testDeviceSoftRestartedSince()
2592 assertTrue(spy.deviceSoftRestartedSince(1559091922L, TimeUnit.SECONDS)); in testDeviceSoftRestartedSinceWithSystemServerStopped()
2613 spy.deviceSoftRestartedSince(1559091922L, TimeUnit.SECONDS); in testDeviceSoftRestartedSinceWithAbnormalReboot()
2638 assertFalse(spy.deviceSoftRestartedSince(1559091921L, TimeUnit.SECONDS)); in testDeviceSoftRestartedSinceNotAfterNormalReboot()
2658 assertTrue(spy.deviceSoftRestartedSince(1559091921L, TimeUnit.SECONDS)); in testDeviceSoftRestartedSinceAfterNormalReboot()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1648 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5657 public boolean deviceSoftRestartedSince(long utcEpochTime, TimeUnit timeUnit) in deviceSoftRestartedSince() method in NativeDevice