Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 18 of 18) sorted by relevance

/test/vts-testcase/kernel/checkpoint/
DVtsKernelCheckpointTest.py69 def reboot(self): member in VtsKernelCheckpointTest
70 self.dut.adb.reboot()
128 self.reboot()
132 self.reboot()
142 self.reboot()
160 self.reboot()
167 self.reboot()
Dvts_kernel_checkpoint_test.py73 def reboot(self): member in VtsKernelCheckpointTest
132 self.reboot()
136 self.reboot()
146 self.reboot()
164 self.reboot()
171 self.reboot()
/test/framework/harnesses/host_controller/build/
Dbuild_flasher.py114 self.device.log.info(self.device.fastboot.reboot())
199 self.device.log.info(self.device.fastboot.reboot())
202 def FlashImage(self, device_images, image_partition=None, reboot=False): argument
230 if reboot:
231 self.device.log.info(self.device.fastboot.reboot())
277 self.device.log.info(self.device.adb.reboot(reboot_mode))
Dbuild_flasher_test.py90 mock_device.adb.reboot.assert_called_with("reboottowhatever")
99 mock_device.adb.reboot.assert_not_called()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsDevicePreparerTest.java299 verify(mockDevice, times(1)).reboot(); in test_setUp_enableRadioLog()
317 verify(mockDevice, times(0)).reboot(); in test_setUp_enableRadioLog_alreadyEnabled()
335 verify(mockDevice, times(0)).reboot(); in test_setUp_enableRadioLog_notAvailable1()
353 verify(mockDevice, times(0)).reboot(); in test_setUp_enableRadioLog_notAvailable2()
380 verify(mockDevice, times(1)).reboot(); in test_tearDown_enableAdbRoot_turnOff()
397 verify(mockDevice, times(0)).reboot(); in test_tearDown_enableAdbRoot_noNeedTurnOff()
414 verify(mockDevice, times(0)).reboot(); in test_tearDown_enableAdbRoot_noNeedTurnOff2()
/test/vts/testcases/host/reboot/RebootRootRemountTest/
DRebootRootRemountTest.py48 self.dut.reboot()
67 self.dut.reboot()
/test/vts/testcases/host/reboot/RebootTest/
DRebootTest.py37 self.dut.reboot()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsDevicePreparer.java142 device.reboot(); in setUp()
162 device.reboot(); in tearDown()
/test/vts/testcases/host/fastboot/
DVtsFastbootVerification.py114 self.dut.reboot()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java123 mDevice.reboot(); in testFailed()
DCompatibilityTest.java405 mDevice.reboot(); in run()
468 mDevice.reboot(); in run()
/test/vts/script/
Drun_cts_with_profiling.sh39 adb -s $serial_no reboot
/test/vts/utils/python/controllers/
Dandroid_device.py1122 def reboot(self, restart_services=True): member in AndroidDevice
1133 self.fastboot.reboot()
1137 self.fastboot.reboot()
1148 self.adb.reboot()
/test/vts/testcases/host/fastboot_test/src/com/android/tests/
DFastbootVerifyUserspaceTest.java87 testInfo.getDevice().reboot(); in tearDownClass()
/test/framework/harnesses/host_controller/command_processor/
Dcommand_flash.py165 if args.reboot == "true"
/test/vts-testcase/hal/tv/cec/V1_0/host_cec_client/
DVtsHalTvCecV1_0HostCecClientTest.py67 self.dut.reboot()
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh186 adb reboot
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java76 testInfo.getDevice().reboot(); in tearDownClass()