Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DIRemoteClient.java32 public List<DeviceDescriptor> sendListDevices() throws RemoteException; in sendListDevices() method
DRemoteClient.java206 public List<DeviceDescriptor> sendListDevices() throws RemoteException { in sendListDevices() method in RemoteClient
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/
DRemoteManagerFuncTest.java227 List<DeviceDescriptor> returnedDevices = mRemoteClient.sendListDevices(); in testListDevices()