Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1816 public synchronized boolean handoverShutdown(int handoverPort) { in handoverShutdown() argument
1824 mRemoteClient = RemoteClient.connect(handoverPort); in handoverShutdown()
1825 CLog.d("Connected to remote manager at %d", handoverPort); in handoverShutdown()
DICommandScheduler.java172 public boolean handoverShutdown(int handoverPort); in handoverShutdown() argument