HomeSort by relevance Sort by last modified time
    Searched refs:handoverShutdown (Results 1 - 6 of 6) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/command/
ICommandScheduler.java 164 public boolean handoverShutdown(int handoverPort);
Console.java 160 if (!mScheduler.handoverShutdown(mHandoverPort)) {
    [all...]
CommandScheduler.java     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
RemoteManagerTest.java 105 verify(mMockScheduler).handoverShutdown(5555);
RemoteManagerFuncTest.java 350 EasyMock.expect(mMockScheduler.handoverShutdown(port)).andReturn(Boolean.TRUE);
  /tools/tradefederation/core/src/com/android/tradefed/command/remote/
RemoteManager.java 336 if (!mScheduler.handoverShutdown(port)) {

Completed in 455 milliseconds