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.java362 mGceManager.startGce(); in testStartGce_timeout()
462 GceAvdInfo res = mGceManager.startGce(); in testStartGce()
502 mGceManager.startGce(); in testStartGce_failed()
560 GceAvdInfo res = mGceManager.startGce(); in testStartGce_bootFail()
580 mGceManager.startGce(); in testShutdownGce()
618 mGceManager.startGce(); in testShutdownGce_noWait()
653 mGceManager.startGce(); in testShutdownGce_withJsonKeyFile()
906 GceAvdInfo gceAvd = mGceManager.startGce(); in testStartGce_timeoutAndClean()
DRemoteAndroidVirtualDeviceTest.java383 .startGce(null); in testLaunchGce_bootFail()
424 .startGce(null); in testLaunchGce_nullPort()
544 .startGce(null); in testDeviceNotStoreShutdownState()
645 .startGce(null); in testDevice_skipTearDown()
731 .startGce(null); in testDeviceBoot_offline()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java144 public GceAvdInfo startGce() throws TargetSetupError { in startGce() method in GceManager
145 return startGce(null); in startGce()
154 public GceAvdInfo startGce(String ipDevice) throws TargetSetupError { in startGce() method in GceManager
DManagedRemoteDevice.java164 mGceAvd = getGceHandler().startGce(); in launchGce()
DRemoteAndroidVirtualDevice.java254 mGceAvd = getGceHandler().startGce(getInitialIp()); in launchGce()