Home
last modified time | relevance | path

Searched refs:startGce (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java351 mGceManager.startGce(); in testStartGce_timeout()
448 GceAvdInfo res = mGceManager.startGce(); in testStartGce()
485 mGceManager.startGce(); in testStartGce_failed()
540 GceAvdInfo res = mGceManager.startGce(); in testStartGce_bootFail()
561 mGceManager.startGce(); in testShutdownGce()
600 mGceManager.startGce(); in testShutdownGce_withJsonKeyFile()
849 GceAvdInfo gceAvd = mGceManager.startGce(); in testStartGce_timeoutAndClean()
DRemoteAndroidVirtualDeviceTest.java372 .startGce(); in testLaunchGce_bootFail()
477 .startGce(); in testDeviceNotStoreShutdownState()
578 .startGce(); in testDevice_skipTearDown()
664 .startGce(); in testDeviceBoot_offline()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java147 mGceAvd = getGceHandler().startGce(); in launchGce()
DRemoteAndroidVirtualDevice.java252 mGceAvd = getGceHandler().startGce(); in launchGce()
DGceManager.java122 public GceAvdInfo startGce() throws TargetSetupError { in startGce() method in GceManager