Home
last modified time | relevance | path

Searched refs:handoverShutdown (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java172 public boolean handoverShutdown(int handoverPort); in handoverShutdown() method
DConsole.java163 if (!mScheduler.handoverShutdown(mHandoverPort)) { in run()
DCommandScheduler.java1816 public synchronized boolean handoverShutdown(int handoverPort) { in handoverShutdown() method in CommandScheduler
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerTest.java105 verify(mMockScheduler).handoverShutdown(5555); in testProcessClientOperations_initHandover()
DRemoteManagerFuncTest.java349 EasyMock.expect(mMockScheduler.handoverShutdown(port)).andReturn(Boolean.TRUE); in testHandover()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java336 if (!mScheduler.handoverShutdown(port)) { in processStartHandover()