/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/ |
D | FeatureFlagTargetPreparerTest.java | 81 verify(mDevice).reboot(); in testSetUpAndTearDown_oneFlagFile_newAndUpdatedFlags() 89 verify(mDevice).reboot(); in testSetUpAndTearDown_oneFlagFile_newAndUpdatedFlags() 102 verify(mDevice).reboot(); in testSetUpAndTearDown_oneFlagFile_nullValueFlagInDeviceConfig() 109 verify(mDevice).reboot(); in testSetUpAndTearDown_oneFlagFile_nullValueFlagInDeviceConfig() 122 verify(mDevice).reboot(); in testSetUpAndTearDown_oneFlagFile_nullValueFlagInFile() 129 verify(mDevice).reboot(); in testSetUpAndTearDown_oneFlagFile_nullValueFlagInFile() 148 verify(mDevice, times(2)).reboot(); in testSetUpAndTearDown_twoFlagFiles_allDifferentFlags() 158 verify(mDevice).reboot(); in testSetUpAndTearDown_twoFlagFiles_allDifferentFlags() 188 verify(mDevice, times(2)).reboot(); in testSetUpAndTearDown_twoFlagFiles_sameFlagInDeviceConfigAndSecondFile() 195 verify(mDevice).reboot(); in testSetUpAndTearDown_twoFlagFiles_sameFlagInDeviceConfigAndSecondFile() [all …]
|
D | InstallApexModuleTargetPreparerTest.java | 590 verify(mMockDevice).reboot(); in testSetupAndTearDown_Optimize_APEXANDAPK_UnInstallAPKAndReboot() 623 verify(mMockDevice).reboot(); in testSetupAndTearDown_Optimize_APEXANDAPK_UnInstallAPEXANDReboot() 737 verify(mMockDevice, times(1)).reboot(); in testSetupAndTearDown_Optimize_MultipleAPEX_UninstallAndReboot() 865 verify(mMockDevice, times(2)).reboot(); in testSetupSuccess_removeExistingStagedApexSuccess() 901 verify(mMockDevice, times(2)).reboot(); in testSetupSuccess_getActivatedPackageSuccess() 919 verify(mMockDevice, times(2)).reboot(); in testSetupSuccess_withAbsoluteTestFileName() 933 verify(mMockDevice, times(1)).reboot(); in testSetupFail_getActivatedPackageSuccessThrowModuleNotPreloaded() 960 verify(mMockDevice, times(2)).reboot(); in testSetupFail_getActivatedPackageFail() 995 verify(mMockDevice, times(2)).reboot(); in testSetupFail_apexActivationFailPackageNameWrong() 1030 verify(mMockDevice, times(2)).reboot(); in testSetupFail_apexActivationFailVersionWrong() [all …]
|
D | ModulePusherTest.java | 301 verify(mMockDevice, times(2)).reboot(); in testInstallModulesSuccess() 329 verify(mMockDevice, times(3)).reboot(); in testInstallModulesSuccessViaReboot() 363 verify(mMockDevice, times(2)).reboot(); in testInstallModulesSuccessWithApks() 393 verify(mMockDevice, times(3)).reboot(); in testInstallModulesSuccessDisablePackageCache() 423 verify(mMockDevice, times(2)).reboot(); in testInstallModulesThrowsExceptionWhenMissingVersionCode()
|
D | SystemUpdaterDeviceFlasherTest.java | 88 mInOrder.verify(mMockDevice).reboot(); in testFlash() 119 mInOrder.verify(mMockDevice, times(0)).reboot(); in testFlashSameBuild()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/recovery/ |
D | UsbResetMultiDeviceRecoveryTest.java | 104 verify(mDevice, never()).reboot(); in testRecover_available() 117 verify(mDevice, times(1)).reboot(); in testRecover_unavailable() 131 verify(mDevice, never()).reboot(); in testRecover_fastboot_allocated() 146 verify(mDevice, times(1)).reboot(); in testRecover_fastboot_unallocated() 158 verify(mDevice, never()).reboot(); in testRecover_notManaged() 171 verify(mDevice, never()).reboot(); in testRecover_notConnected()
|
/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/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceFuncTest.java | 564 mTestDevice.reboot(); in testExecuteFastbootCommand_deviceInAdb() 597 mTestDevice.reboot(); in testExecuteFastbootCommand_badCommand() 617 mTestDevice.reboot(); in testRebootIntoBootloader() 626 mTestDevice.reboot(); in testReboot() 649 getDevice().getIDevice().reboot(null); in testRebootIntoRecovery() 697 mTestDevice.reboot(); in testDeviceSoftRestart() 732 getDevice().reboot(); in testClearErrorDialogs_crash() 762 getDevice().reboot(); in testDisableKeyguard() 893 getDevice().reboot(); in testGetFileEntry_recovery() 908 mTestDevice.reboot(); in testPullFileContents()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_bootloader_utils.py | 58 ad.adb.reboot("bootloader", ignore_status=True) 65 ad.fastboot.reboot() 120 ad.fastboot.reboot("bootloader") 131 ad.fastboot.reboot()
|
D | amarisoft_sim_utils.py | 229 ad.reboot() 362 ad.reboot() 369 ad.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 | 93 self.dut.reboot(stop_at_lock_screen=True) 282 self.dut.reboot(stop_at_lock_screen=True) 305 self.dut.reboot(stop_at_lock_screen=True)
|
D | TelLiveNoSimTest.py | 186 self.dut.reboot(stop_at_lock_screen=True) 205 self.dut.reboot(stop_at_lock_screen=True)
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | UsbResetTestTest.java | 80 verify(mDevice).reboot(); in testReset() 93 verify(mDevice).reboot(); in testReset_recovery() 107 verify(mDevice, never()).reboot(); in testReset_noDevice()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | CdmaDeviceFlasher.java | 103 device.reboot(); in flash() 109 device.reboot(); in flash() 185 device.reboot(); in flashSystem()
|
D | RebootTargetPreparer.java | 40 device.reboot(); in setUp() 48 device.reboot(); in tearDown()
|
D | TimeWaster.java | 48 device.reboot(); in setUp() 56 device.reboot(); in setUp()
|
D | FeatureFlagTargetPreparer.java | 137 device.reboot(); in setUp() 142 device.reboot(); in setUp() 157 device.reboot(); in tearDown()
|
/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)
|
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/ |
D | DeviceStateTransitionFuncTests.java | 37 getDevice().reboot(); in setUp() 46 getDevice().reboot(); in testFastbootTransition()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/flash/ |
D | FlashTest.py | 53 device.reboot(reboot_type='flash', 76 device.reboot(reboot_type='hard',
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | UsbResetTest.java | 61 device.reboot(); in run() 67 device.reboot(); in run()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | InstallApexModuleTargetPreparer.java | 270 device.reboot(); in activateStagedInstall() 1150 boolean reboot = false; in cleanUpStagedAndActiveSession() 1155 reboot = true; in cleanUpStagedAndActiveSession() 1159 reboot = true; in cleanUpStagedAndActiveSession() 1163 reboot = true; in cleanUpStagedAndActiveSession() 1167 reboot = true; in cleanUpStagedAndActiveSession() 1170 if (reboot) { in cleanUpStagedAndActiveSession() 1172 device.reboot(); in cleanUpStagedAndActiveSession()
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | GnssBroadcomConfigurationTest.py | 295 self.ad.reboot() 395 self.ad.reboot() 426 self.ad.reboot() 432 self.ad.reboot()
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiManagerTest.py | 453 self.dut.reboot() 492 self.dut.reboot() 531 self.dut.reboot() 640 self.dut.reboot() 966 self.dut.reboot() 1184 self.dut.reboot()
|