/test/vts-testcase/kernel/checkpoint/ |
D | VtsKernelCheckpointTest.py | 69 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()
|
D | vts_kernel_checkpoint_test.py | 73 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/ |
D | build_flasher.py | 114 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))
|
D | build_flasher_test.py | 90 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/ |
D | VtsDevicePreparerTest.java | 299 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/ |
D | RebootRootRemountTest.py | 48 self.dut.reboot() 67 self.dut.reboot()
|
/test/vts/testcases/host/reboot/RebootTest/ |
D | RebootTest.py | 37 self.dut.reboot()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsDevicePreparer.java | 142 device.reboot(); in setUp() 162 device.reboot(); in tearDown()
|
/test/vts/testcases/host/fastboot/ |
D | VtsFastbootVerification.py | 114 self.dut.reboot()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | FailureListener.java | 123 mDevice.reboot(); in testFailed()
|
D | CompatibilityTest.java | 405 mDevice.reboot(); in run() 468 mDevice.reboot(); in run()
|
/test/vts/script/ |
D | run_cts_with_profiling.sh | 39 adb -s $serial_no reboot
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 1122 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/ |
D | FastbootVerifyUserspaceTest.java | 87 testInfo.getDevice().reboot(); in tearDownClass()
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_flash.py | 165 if args.reboot == "true"
|
/test/vts-testcase/hal/tv/cec/V1_0/host_cec_client/ |
D | VtsHalTvCecV1_0HostCecClientTest.py | 67 self.dut.reboot()
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 186 adb reboot
|
/test/vts/testcases/host/fastboot_getvar/src/com/android/tests/ |
D | FastbootGetvarUserspaceTest.java | 76 testInfo.getDevice().reboot(); in tearDownClass()
|