RestartSystemServerTargetPreparer
public class RestartSystemServerTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RestartSystemServerTargetPreparer |
लक्ष्य तैयारकर्ता जो डिवाइस को रिबूट किए बिना सिस्टम सर्वर को पुनरारंभ करता है।
सारांश
सार्वजनिक निर्माणकर्ता | |
---|---|
RestartSystemServerTargetPreparer () |
सार्वजनिक तरीके | |
---|---|
void | setUp ( TestInformation testInformation) |
void | tearDown ( TestInformation testInformation, Throwable e) |
सार्वजनिक निर्माणकर्ता
RestartSystemServerTargetPreparer
public RestartSystemServerTargetPreparer ()
सार्वजनिक तरीके
स्थापित करना
public void setUp (TestInformation testInformation)
पैरामीटर | |
---|---|
testInformation | TestInformation |
फेंकता | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
चीथड़े कर दो
public void tearDown (TestInformation testInformation, Throwable e)
पैरामीटर | |
---|---|
testInformation | TestInformation |
e | Throwable |
फेंकता | |
---|---|
DeviceNotAvailableException |