Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java342 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getBugreportzWithSsh() argument
343 String output = remoteSshCommandExec(gceAvd, options, runUtil, "bugreportz"); in getBugreportzWithSsh()
352 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getBugreportzWithSsh()
371 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz() argument
376 output = remoteSshCommandExec(gceAvd, options, runUtil, "adb", "shell", "bugreportz"); in getNestedDeviceSshBugreportz()
389 remoteSshCommandExec(gceAvd, options, runUtil, "adb", "pull", deviceFilePath); in getNestedDeviceSshBugreportz()
394 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getNestedDeviceSshBugreportz()
414 GceAvdInfo gceAvd, in logNestedRemoteFile() argument
419 logNestedRemoteFile(logger, gceAvd, options, runUtil, remoteFilePath, type, null); in logNestedRemoteFile()
437 GceAvdInfo gceAvd, in logNestedRemoteFile() argument
[all …]
DCommonLogRemoteFileUtil.java98 GceAvdInfo gceAvd, in fetchCommonFiles() argument
101 if (gceAvd == null) { in fetchCommonFiles()
111 gceAvd, in fetchCommonFiles()
126 LogRemoteFile(testLogger, gceAvd, options, runUtil, file, LogDataType.TEXT, null); in fetchCommonFiles()
144 GceAvdInfo gceAvd, in LogRemoteFile() argument
151 testLogger, gceAvd, options, runUtil, fileToRetrieve, logType, baseName); in LogRemoteFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java849 GceAvdInfo gceAvd = mGceManager.startGce(); in testStartGce_timeoutAndClean() local
852 gceAvd.getErrors()); in testStartGce_timeoutAndClean()