Searched refs:listAllDevices (Results 1 – 10 of 10) sorted by relevance
50 return mMockDeviceManager.listAllDevices(); in setUp()70 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testOnlyAvailable()85 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testOnlyAllocated()102 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testExceededSamples()104 …EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationSta… in testExceededSamples()105 …EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationSta… in testExceededSamples()126 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testMissingDevice()128 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList()); in testMissingDevice()129 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList()); in testMissingDevice()130 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList()); in testMissingDevice()
53 return mMockDeviceManager.listAllDevices(); in setUp()77 EasyMock.expect(mMockDeviceManager.listAllDevices()).andStubReturn(deviceList); in testManyRecords()
367 public List<DeviceDescriptor> listAllDevices() { in listAllDevices() method in MockDeviceManager
1204 List<DeviceDescriptor> res = manager.listAllDevices(); in testListAllDevices()
64 for (DeviceDescriptor deviceDesc : getDeviceManager().listAllDevices()) { in getUnavailableDevices()
197 public List<DeviceDescriptor> listAllDevices(); in listAllDevices() method
295 return listAllDevices(); in startAdbBridgeAndDependentServices()989 public List<DeviceDescriptor> listAllDevices() { in listAllDevices() method in DeviceManager1021 List<DeviceDescriptor> deviceList = listAllDevices(); in displayDevicesInfo()
318 rc.packResponseIntoJson(mDeviceManager.listAllDevices(), result); in processListDevices()
220 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(deviceList); in testListDevices()
1303 List<DeviceDescriptor> deviceDescs = getDeviceManager().listAllDevices(); in addCommandForAllDevices()1717 for (DeviceDescriptor deviceDesc : getDeviceManager().listAllDevices()) { in handoverDevices()