Home
last modified time | relevance | path

Searched refs:launchGce (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java88 launchGce(); in preInvocationSetup()
160 protected void launchGce() throws TargetSetupError { in launchGce() method in ManagedRemoteDevice
DRemoteAndroidVirtualDevice.java101 launchGce(info); in preInvocationSetup()
250 protected void launchGce(IBuildInfo buildInfo) throws TargetSetupError { in launchGce() method in RemoteAndroidVirtualDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDeviceTest.java191 mTestDevice.launchGce(mMockBuildInfo); in testExceptionFromParser()
257 protected void launchGce(IBuildInfo buildInfo) throws TargetSetupError { in testPreInvocationSetup()
301 protected void launchGce(IBuildInfo buildInfo) throws TargetSetupError { in testPreInvocationSetup_fails()
386 mTestDevice.launchGce(new BuildInfo()); in testLaunchGce_bootFail()
440 mTestDevice.launchGce(new BuildInfo()); in testLaunchGce_nullPort()