Searched refs:mRemoteMgr (Results 1 – 1 of 1) sorted by relevance
46 private RemoteManager mRemoteMgr; field in RemoteManagerFuncTest55 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 …]