Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java50 public static final int DEFAULT_ADB_PORT = 5555; field in TestDeviceOptions
235 private int mRemoteAdbPort = DEFAULT_ADB_PORT;
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitor.java285 mGceHostAndPort.getPortOrDefault(TestDeviceOptions.DEFAULT_ADB_PORT)); in run()