Searched refs:handoverShutdown (Results 1 – 6 of 6) sorted by relevance
172 public boolean handoverShutdown(int handoverPort); in handoverShutdown() method
163 if (!mScheduler.handoverShutdown(mHandoverPort)) { in run()
1816 public synchronized boolean handoverShutdown(int handoverPort) { in handoverShutdown() method in CommandScheduler
105 verify(mMockScheduler).handoverShutdown(5555); in testProcessClientOperations_initHandover()
349 EasyMock.expect(mMockScheduler.handoverShutdown(port)).andReturn(Boolean.TRUE); in testHandover()
336 if (!mScheduler.handoverShutdown(port)) { in processStartHandover()