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/
DICommandScheduler.java175 public boolean handoverShutdown(int handoverPort); in handoverShutdown() argument
DCommandScheduler.java1693 public synchronized boolean handoverShutdown(int handoverPort) { in handoverShutdown() argument
1701 mRemoteClient = RemoteClient.connect(handoverPort); in handoverShutdown()
1702 CLog.d("Connected to remote manager at %d", handoverPort); in handoverShutdown()