Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java83 getGceHandler().logStableHostImageInfos(info); in preInvocationSetup()
120 getGceHandler().logSerialOutput(mGceAvd, mTestLogger); in postInvocationTearDown()
128 getGceHandler().shutdownGce(); in postInvocationTearDown()
134 if (getGceHandler() != null) { in postInvocationTearDown()
135 getGceHandler().cleanUp(); in postInvocationTearDown()
164 mGceAvd = getGceHandler().startGce(); in launchGce()
209 GceManager getGceHandler() { in getGceHandler() method in ManagedRemoteDevice
DRemoteAndroidVirtualDevice.java96 getGceHandler().logStableHostImageInfos(info); in preInvocationSetup()
191 getGceHandler().logSerialOutput(mGceAvd, mTestLogger); in postInvocationTearDown()
205 getGceHandler().shutdownGce(); in postInvocationTearDown()
215 if (getGceHandler() != null) { in postInvocationTearDown()
216 getGceHandler().cleanUp(); in postInvocationTearDown()
254 mGceAvd = getGceHandler().startGce(getInitialIp()); in launchGce()
433 GceManager getGceHandler() { in getGceHandler() method in RemoteAndroidVirtualDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDeviceTest.java175 GceManager getGceHandler() { in testExceptionFromParser()
277 GceManager getGceHandler() { in testPreInvocationSetup()
367 GceManager getGceHandler() { in testLaunchGce_bootFail()
413 GceManager getGceHandler() { in testLaunchGce_nullPort()
506 GceManager getGceHandler() { in testDeviceNotStoreShutdownState()
609 GceManager getGceHandler() { in testDevice_skipTearDown()
696 GceManager getGceHandler() { in testDeviceBoot_offline()