Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java655 public String getCrosPassword() { in getCrosPassword() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java278 && getTestDeviceOptions().getCrosPassword() != null) { in buildGceCmd()
282 gceArgs.add(getTestDeviceOptions().getCrosPassword()); in buildGceCmd()