Home
last modified time | relevance | path

Searched refs:GCE_INSTANCE_CLEANED_KEY (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java128 if (build.getBuildAttributes().get(GceManager.GCE_INSTANCE_CLEANED_KEY) in runTests()
140 .addBuildAttribute(GceManager.GCE_INSTANCE_CLEANED_KEY, "true"); in runTests()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java252 .containsKey(GceManager.GCE_INSTANCE_CLEANED_KEY)); in testParentSandbox_shutdown()
263 .containsKey(GceManager.GCE_INSTANCE_CLEANED_KEY)); in testParentSandbox_shutdown()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java63 public static final String GCE_INSTANCE_CLEANED_KEY = "gce-instance-clean-called"; field in GceManager
375 mBuildInfo.addBuildAttribute(GCE_INSTANCE_CLEANED_KEY, "true"); in shutdownGce()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java604 .containsKey(GceManager.GCE_INSTANCE_CLEANED_KEY)); in testShutdownGce()