Searched refs:handoverShutdown (Results 1 – 5 of 5) sorted by relevance
174 public boolean handoverShutdown(int handoverPort); in handoverShutdown() method
160 if (!mScheduler.handoverShutdown(mHandoverPort)) { in run()
105 verify(mMockScheduler).handoverShutdown(5555); in testProcessClientOperations_initHandover()
350 EasyMock.expect(mMockScheduler.handoverShutdown(port)).andReturn(Boolean.TRUE); in testHandover()
336 if (!mScheduler.handoverShutdown(port)) { in processStartHandover()