Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java641 assertFalse(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
648 assertTrue(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
656 assertFalse(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
663 assertTrue(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
666 assertTrue(mTestDevice.deviceSoftRestarted(prev)); in testDeviceSoftRestart()
DNativeDeviceTest.java2656 assertTrue(spy.deviceSoftRestarted(prev1)); in testDeviceSoftRestarted()
2657 assertFalse(spy.deviceSoftRestarted(prev2)); in testDeviceSoftRestarted()
2667 spy.deviceSoftRestarted( in testDeviceSoftRestartedWithSystemServerStopped()
2688 spy.deviceSoftRestarted(new ProcessInfo("system", 123, "system_server", 1559000000L)); in testDeviceSoftRestartedWithAbnormalReboot()
2713 spy.deviceSoftRestarted( in testDeviceSoftRestartedNotAfterNormalReboot()
2735 spy.deviceSoftRestarted( in testDeviceSoftRestartedAfterNormalReboot()
/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
DSystemServerStatusCheckerTest.java59 EasyMock.expect(mMockDevice.deviceSoftRestarted(EasyMock.anyObject())).andReturn(false); in testSystemServerProcessNotRestarted()
71 EasyMock.expect(mMockDevice.deviceSoftRestarted(EasyMock.anyObject())).andReturn(true); in testSystemServerProcessRestartedWithoutDeviceReboot()
85 EasyMock.expect(mMockDevice.deviceSoftRestarted(EasyMock.anyObject())) in testSystemServerProcessRestartedWithAbnormalDeviceReboot()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DSystemServerStatusChecker.java87 if (!device.deviceSoftRestarted(mSystemServerProcess)) { in postExecutionCheck()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java106 restarted = getDevice().deviceSoftRestarted(mSystemServerProcess); in testRunFailed()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1511 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4737 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() method in NativeDevice