Home
last modified time | relevance | path

Searched refs:rebootDevice (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DRecoveryLogPreparer.java67 rebootDevice(testInformation); in setUp()
71 protected void rebootDevice(TestInformation testInformation) in rebootDevice() method in RecoveryLogPreparer
/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java232 rebootDevice(device, null); in handleDeviceUnresponsive()
338 rebootDevice(device, "bootloader"); in handleDeviceOnlineExpectedBootloader()
357 rebootDevice(device, "fastboot"); in handleDeviceOnlineExpectedFasbootd()
448 private void rebootDevice(IDevice device, String mode) throws DeviceNotAvailableException { in rebootDevice() method in WaitDeviceRecovery
551 rebootDevice( in attemptDeviceUnavailableRecovery()