SettingsSetup

public class SettingsSetup
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.google.android.tradefed.targetprep.SettingsSetup


A ITargetPreparer that configures device settings via instrumentation of SettingsUtil.apk. TODO: collapse/refactor common code from com.android.tradefed.targetprep.GoogleDeviceSetup.java.

Summary

Public constructors

SettingsSetup()

Public methods

void setUp(TestInformation testInfo)

Protected methods

void changeSettings(ITestDevice device)

Change additional settings for the device.

Public constructors

SettingsSetup

public SettingsSetup ()

Public methods

setUp

public void setUp (TestInformation testInfo)

Parameters
testInfo TestInformation

Throws
BuildError
DeviceNotAvailableException
TargetSetupError

Protected methods

changeSettings

protected void changeSettings (ITestDevice device)

Change additional settings for the device.

Throws
com.android.tradefed.device.DeviceNotAvailableException
com.android.tradefed.targetprep.TargetSetupError
DeviceNotAvailableException
TargetSetupError