Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/suite/checker/
DSystemServerStatusCheckerTest.java63 when(mMockDevice.deviceSoftRestarted(Mockito.any())).thenReturn(false); in testSystemServerProcessNotRestarted()
74 when(mMockDevice.deviceSoftRestarted(Mockito.any())).thenReturn(true); in testSystemServerProcessRestartedWithoutDeviceReboot()
86 when(mMockDevice.deviceSoftRestarted(Mockito.any())) in testSystemServerProcessRestartedWithAbnormalDeviceReboot()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DSystemServerStatusChecker.java87 if (!device.deviceSoftRestarted(mSystemServerProcess)) { in postExecutionCheck()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java684 assertFalse(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
691 assertTrue(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
702 assertFalse(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
709 assertTrue(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
712 assertTrue(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
DNativeDeviceTest.java2680 assertTrue(spy.deviceSoftRestarted(prev1)); in testDeviceSoftRestarted()
2681 assertFalse(spy.deviceSoftRestarted(prev2)); in testDeviceSoftRestarted()
2690 spy.deviceSoftRestarted( in testDeviceSoftRestartedWithSystemServerStopped()
2712 spy.deviceSoftRestarted(new ProcessInfo("system", 123, "system_server", 1559000000L)); in testDeviceSoftRestartedWithAbnormalReboot()
2738 spy.deviceSoftRestarted( in testDeviceSoftRestartedNotAfterNormalReboot()
2760 spy.deviceSoftRestarted( in testDeviceSoftRestartedAfterNormalReboot()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java159 restarted = getDevice().deviceSoftRestarted(mSystemServerProcess); in testRunFailed()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1661 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5686 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() method in NativeDevice