Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java171 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommand()
209 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommand_withServiceAccountJsonKeyFile()
258 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommandWithEmulatorBuild()
299 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommandWithGceDriverParam()
340 protected List<String> buildGceCmd( in testStartGce_timeout()
386 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommandWithKernelBuild()
427 protected List<String> buildGceCmd( in testStartGce()
484 protected List<String> buildGceCmd( in testStartGce_failed()
526 protected List<String> buildGceCmd( in testStartGce_bootFail()
860 protected List<String> buildGceCmd( in testStartGce_timeoutAndClean()
DRemoteAndroidVirtualDeviceTest.java179 protected List<String> buildGceCmd( in testExceptionFromParser()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java169 List<String> gceArgs = buildGceCmd(reportFile, mBuildInfo, ipDevice); in startGce()
256 protected List<String> buildGceCmd(File reportFile, IBuildInfo b, String ipDevice) { in buildGceCmd() method in GceManager