Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py525 ad.reboot = mock.MagicMock()
527 ad.reboot.assert_called_once()
550 ad.reboot = mock.MagicMock()
554 ad.reboot.assert_called_once()
576 ad.reboot = mock.MagicMock()
579 assert not ad.reboot.called
600 ad.reboot = mock.MagicMock()
603 ad.reboot.assert_called_once()
624 ad.reboot = mock.MagicMock()
628 ad.reboot.assert_called_once()
[all …]
/tools/test/connectivity/acts_tests/tests/google/power/gnss/
DPowerGnssDpoSimTest.py45 self.dut.reboot()
48 self.dut.reboot()
66 self.dut.reboot()
69 self.dut.reboot()
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveEmergencyTest.py239 self.dut.reboot(stop_at_lock_screen=True)
259 self.dut.reboot(stop_at_lock_screen=True)
483 self.dut.reboot(stop_at_lock_screen=True)
503 self.dut.reboot(stop_at_lock_screen=True)
749 self.dut.reboot(stop_at_lock_screen=True)
771 self.dut.reboot(stop_at_lock_screen=True)
DTelLiveLockedSimTest.py94 self.dut.reboot(stop_at_lock_screen=True)
283 self.dut.reboot(stop_at_lock_screen=True)
306 self.dut.reboot(stop_at_lock_screen=True)
DTelLiveNoSimTest.py187 self.dut.reboot(stop_at_lock_screen=True)
206 self.dut.reboot(stop_at_lock_screen=True)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py107 reboot(ad)
114 def reboot(ad): function
121 ad.reboot()
216 reboot(ad)
231 reboot(ad)
280 reboot(ad)
355 reboot(ad)
627 ad.adb.reboot("bootloader", ignore_status=True)
634 ad.fastboot.reboot()
1621 reboot(ad)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/hardware_power_statecontrol/
DHardwarePowerStatecontrolTest.py60 self.dut.reboot()
83 self.dut.reboot()
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/
Dadb_sideload_ota_tool.py38 ota_runner.android_device.adb.reboot('sideload')
47 ota_runner.android_device.reboot(stop_at_lock_screen=True)
Dupdate_device_ota_tool.py52 ota_runner.android_device.reboot(stop_at_lock_screen=True)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiManagerTest.py435 self.dut.reboot()
474 self.dut.reboot()
513 self.dut.reboot()
622 self.dut.reboot()
944 self.dut.reboot()
1154 self.dut.reboot()
DWifiMacRandomizationTest.py97 self.dut.reboot()
98 self.dut_client.reboot()
234 self.dut.reboot()
DWifiNetworkSuggestionTest.py247 self.dut.reboot()
258 self.dut.reboot()
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1289 def reboot(self, stop_at_lock_screen=False, timeout=180, member in AndroidDevice
1306 self.fastboot.reboot()
1310 self.adb.reboot()
1583 self.reboot(stop_at_lock_screen=True)
1648 self.reboot()
1664 self.reboot()
Dpdu.py194 def reboot(self, outlet): member in PduDevice
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_power_test_utils.py77 ad.reboot()
99 ad.reboot()
Dwifi_performance_test_utils.py1408 dut.reboot()
1415 dut.reboot()
1428 dut.reboot()
1496 dut.reboot()
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/
Dwebpowerswitch.py83 def reboot(self, outlet): member in PduDevice
/tools/test/connectivity/acts_tests/tests/google/bt/setup/
DBtPreFlightTest.py60 ad.reboot()
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py53 from acts_contrib.test_utils.gnss.gnss_test_utils import reboot
225 reboot(self.ad)
1285 reboot(self.ad)
DGnssConcurrencyTest.py76 gutils.reboot(self.ad)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DHiddenNetworksTest.py135 fd.reboot()
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/
Dnp02b.py61 def reboot(self, outlet): member in PduDevice
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarSanityTest.py71 self.dut.reboot() #TODO: make this better
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtFunhausBaseTest.py134 ad.reboot()
/tools/test/connectivity/acts_tests/tests/google/usb/
DUsbTetheringThroughputTest.py66 self.dut.reboot()

12