Home
last modified time | relevance | path

Searched defs: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()
371 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz()
414 GceAvdInfo gceAvd, in logNestedRemoteFile()
437 GceAvdInfo gceAvd, in logNestedRemoteFile()
481 GceAvdInfo gceAvd, in remoteSshCommandExecution()
490 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil, String... command) { in remoteSshCommandExec()
DCommonLogRemoteFileUtil.java98 GceAvdInfo gceAvd, in fetchCommonFiles()
144 GceAvdInfo gceAvd, in LogRemoteFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java849 GceAvdInfo gceAvd = mGceManager.startGce(); in testStartGce_timeoutAndClean() local