Searched refs:sendListDevices (Results 1 – 3 of 3) sorted by relevance
32 public List<DeviceDescriptor> sendListDevices() throws RemoteException; in sendListDevices() method
206 public List<DeviceDescriptor> sendListDevices() throws RemoteException { in sendListDevices() method in RemoteClient
227 List<DeviceDescriptor> returnedDevices = mRemoteClient.sendListDevices(); in testListDevices()