Searched refs:startGce (Results 1 – 5 of 5) sorted by relevance
362 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()
383 .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()
144 public GceAvdInfo startGce() throws TargetSetupError { in startGce() method in GceManager145 return startGce(null); in startGce()154 public GceAvdInfo startGce(String ipDevice) throws TargetSetupError { in startGce() method in GceManager
164 mGceAvd = getGceHandler().startGce(); in launchGce()
254 mGceAvd = getGceHandler().startGce(getInitialIp()); in launchGce()