/tools/test/connectivity/acts/framework/tests/ |
D | acts_android_device_test.py | 525 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/ |
D | PowerGnssDpoSimTest.py | 45 self.dut.reboot() 48 self.dut.reboot() 66 self.dut.reboot() 69 self.dut.reboot()
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveEmergencyTest.py | 239 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)
|
D | TelLiveLockedSimTest.py | 94 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)
|
D | TelLiveNoSimTest.py | 187 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/ |
D | gnss_test_utils.py | 107 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/ |
D | HardwarePowerStatecontrolTest.py | 60 self.dut.reboot() 83 self.dut.reboot()
|
/tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/ |
D | adb_sideload_ota_tool.py | 38 ota_runner.android_device.adb.reboot('sideload') 47 ota_runner.android_device.reboot(stop_at_lock_screen=True)
|
D | update_device_ota_tool.py | 52 ota_runner.android_device.reboot(stop_at_lock_screen=True)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiManagerTest.py | 435 self.dut.reboot() 474 self.dut.reboot() 513 self.dut.reboot() 622 self.dut.reboot() 944 self.dut.reboot() 1154 self.dut.reboot()
|
D | WifiMacRandomizationTest.py | 97 self.dut.reboot() 98 self.dut_client.reboot() 234 self.dut.reboot()
|
D | WifiNetworkSuggestionTest.py | 247 self.dut.reboot() 258 self.dut.reboot()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1289 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()
|
D | pdu.py | 194 def reboot(self, outlet): member in PduDevice
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_power_test_utils.py | 77 ad.reboot() 99 ad.reboot()
|
D | wifi_performance_test_utils.py | 1408 dut.reboot() 1415 dut.reboot() 1428 dut.reboot() 1496 dut.reboot()
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/ |
D | webpowerswitch.py | 83 def reboot(self, outlet): member in PduDevice
|
/tools/test/connectivity/acts_tests/tests/google/bt/setup/ |
D | BtPreFlightTest.py | 60 ad.reboot()
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssFunctionTest.py | 53 from acts_contrib.test_utils.gnss.gnss_test_utils import reboot 225 reboot(self.ad) 1285 reboot(self.ad)
|
D | GnssConcurrencyTest.py | 76 gutils.reboot(self.ad)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/ |
D | HiddenNetworksTest.py | 135 fd.reboot()
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/ |
D | np02b.py | 61 def reboot(self, outlet): member in PduDevice
|
/tools/test/connectivity/acts_tests/tests/google/bt/sar/ |
D | BtSarSanityTest.py | 71 self.dut.reboot() #TODO: make this better
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtFunhausBaseTest.py | 134 ad.reboot()
|
/tools/test/connectivity/acts_tests/tests/google/usb/ |
D | UsbTetheringThroughputTest.py | 66 self.dut.reboot()
|