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.java454 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getBugreportzWithSsh()
483 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz()
528 GceAvdInfo gceAvd, in logNestedRemoteFile()
551 GceAvdInfo gceAvd, in logNestedRemoteFile()
595 GceAvdInfo gceAvd, in remoteSshCommandExecution()
604 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil, String... command) { in remoteSshCommandExec()
DCommonLogRemoteFileUtil.java112 GceAvdInfo gceAvd, in fetchCommonFiles()
154 GceAvdInfo gceAvd, in fetchTombstones()
216 GceAvdInfo gceAvd, in LogRemoteFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceManagerTest.java906 GceAvdInfo gceAvd = mGceManager.startGce(); in testStartGce_timeoutAndClean() local