Home
last modified time | relevance | path

Searched refs:existingAvdInfo (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DDefaultConnection.java101 GceAvdInfo existingAvdInfo; field in DefaultConnection.ConnectionBuilder
118 existingAvdInfo = info; in setExistingAvdInfo()
DAdbSshConnection.java90 if (builder.existingAvdInfo != null) { in AdbSshConnection()
91 mGceAvd = builder.existingAvdInfo; in AdbSshConnection()