GoogleAppsSetup

public class GoogleAppsSetup
extends BaseTargetPreparer implements IDiscoverDependencies, ILabPreparer

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


A ITargetPreparer that supports various setup options for Google apps

Note: a device must have an account configured first, see GoogleAccountPreparer

Summary

Public constructors

GoogleAppsSetup()

Public methods

Set<String> reportDependencies()
void setUp(TestInformation testInfo)

Perform the target setup for testing.

Public constructors

GoogleAppsSetup

public GoogleAppsSetup ()

Public methods

reportDependencies

public Set<String> reportDependencies ()

Returns
Set<String>

setUp

public void setUp (TestInformation testInfo)

Perform the target setup for testing.

Parameters
testInfo TestInformation: The TestInformation of the invocation.

Throws
BuildError
DeviceNotAvailableException
TargetSetupError