Searched refs:mGceAvd (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteAndroidVirtualDevice.java | 61 private GceAvdInfo mGceAvd; field in RemoteAndroidVirtualDevice 92 mGceAvd = null; in preInvocationSetup() 130 if (mGceAvd != null && GceStatus.SUCCESS.equals(mGceAvd.getStatus())) { in preInvocationSetup() 132 mGceAvd.setStatus(GceStatus.DEVICE_OFFLINE); in preInvocationSetup() 182 if (mGceAvd != null) { in postInvocationTearDown() 184 if (mGceAvd.hostAndPort() != null) { in postInvocationTearDown() 186 if (!GceStatus.SUCCESS.equals(mGceAvd.getStatus())) { in postInvocationTearDown() 191 getGceHandler().logSerialOutput(mGceAvd, mTestLogger); in postInvocationTearDown() 195 mTestLogger, mGceAvd, getOptions(), getRunUtil()); in postInvocationTearDown() 199 mTestLogger, mGceAvd, getOptions(), getRunUtil()); in postInvocationTearDown() [all …]
|
D | ManagedRemoteDevice.java | 56 private GceAvdInfo mGceAvd; field in ManagedRemoteDevice 78 mGceAvd = null; in preInvocationSetup() 112 if (mGceAvd != null) { in postInvocationTearDown() 113 if (mGceAvd.hostAndPort() != null) { in postInvocationTearDown() 115 if (!GceStatus.SUCCESS.equals(mGceAvd.getStatus())) { in postInvocationTearDown() 120 getGceHandler().logSerialOutput(mGceAvd, mTestLogger); in postInvocationTearDown() 124 mTestLogger, mGceAvd, getOptions(), getRunUtil()); in postInvocationTearDown() 156 return mGceAvd; in getRemoteAvdInfo() 164 mGceAvd = getGceHandler().startGce(); in launchGce() 165 if (mGceAvd != null) break; in launchGce() [all …]
|