Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java46 private RemoteManager mRemoteMgr; field in RemoteManagerFuncTest
55 mRemoteMgr = new RemoteManager(mMockDeviceManager, mMockScheduler); in setUp()
57 mRemoteMgr.setRemoteManagerTimeout(100); in setUp()
65 if (mRemoteMgr != null) { in tearDown()
66 mRemoteMgr.cancelAndWait(); in tearDown()
82 mRemoteMgr.connectAnyPort(); in testAllocateFree()
83 mRemoteMgr.start(); in testAllocateFree()
84 int port = mRemoteMgr.getPort(); in testAllocateFree()
101 mRemoteMgr.connectAnyPort(); in testAddCommand()
102 mRemoteMgr.start(); in testAddCommand()
[all …]