Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java47 private IRemoteClient mRemoteClient; field in RemoteManagerFuncTest
62 if (mRemoteClient != null) { in tearDown()
63 mRemoteClient.close(); in tearDown()
86 mRemoteClient = RemoteClient.connect(port); in testAllocateFree()
87 mRemoteClient.sendAllocateDevice("serial"); in testAllocateFree()
88 mRemoteClient.sendFreeDevice("serial"); in testAllocateFree()
105 mRemoteClient = RemoteClient.connect(port); in testAddCommand()
106 mRemoteClient.sendAddCommand(3, "arg1", "arg2"); in testAddCommand()
123 mRemoteClient = RemoteClient.connect(port); in testAddCommandFile()
124 mRemoteClient.sendAddCommandFile(cmdFile, extraArgs); in testAddCommandFile()
[all …]