Searched refs:deviceSoftRestarted (Results 1 – 7 of 7) sorted by relevance
641 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()
2656 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()
59 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()
87 if (!device.deviceSoftRestarted(mSystemServerProcess)) { in postExecutionCheck()
106 restarted = getDevice().deviceSoftRestarted(mSystemServerProcess); in testRunFailed()
1511 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() method
4737 public boolean deviceSoftRestarted(ProcessInfo prevSystemServerProcess) in deviceSoftRestarted() method in NativeDevice