CtsSettingsSetup

public class CtsSettingsSetup
extends BaseTargetPreparer

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


A ITargetPreparer that configures a device's settings in preparation for running CTS tests.

This class is temporarily in vendor/google, because it relies on a not-ready-for open source mechanism to change secure settings. Once a open-source safe method for changing secure settings is available, this class will be migrated to the CTS project

This preparer must run *after* the CTS accessibility apk is installed

Summary

Public constructors

CtsSettingsSetup()

Public methods

void setUp(TestInformation testInfo)

Public constructors

CtsSettingsSetup

public CtsSettingsSetup ()

Public methods

setUp

public void setUp (TestInformation testInfo)

Parameters
testInfo TestInformation

Throws
BuildError
DeviceNotAvailableException
TargetSetupError