Searched refs:listAllDevices (Results 1 – 9 of 9) sorted by relevance
49 return mMockDeviceManager.listAllDevices(); in setUp()64 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testOnlyAvailable()79 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testOnlyAllocated()96 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testExceededSamples()98 …EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationSta… in testExceededSamples()99 …EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList(DeviceAllocationSta… in testExceededSamples()120 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList( in testMissingDevice()122 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList()); in testMissingDevice()123 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList()); in testMissingDevice()124 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(buildDeviceList()); in testMissingDevice()
52 return mMockDeviceManager.listAllDevices(); in setUp()71 EasyMock.expect(mMockDeviceManager.listAllDevices()).andStubReturn(deviceList); in testManyRecords()
363 public List<DeviceDescriptor> listAllDevices() { in listAllDevices() method in MockDeviceManager
1130 List<DeviceDescriptor> res = manager.listAllDevices(); in testListAllDevices()
64 for (DeviceDescriptor deviceDesc : getDeviceManager().listAllDevices()) { in getUnavailableDevices()
189 public List<DeviceDescriptor> listAllDevices(); in listAllDevices() method
254 return listAllDevices(); in startAdbBridgeAndDependentServices()915 public List<DeviceDescriptor> listAllDevices() { in listAllDevices() method in DeviceManager945 List<DeviceDescriptor> deviceList = listAllDevices(); in displayDevicesInfo()
318 rc.packResponseIntoJson(mDeviceManager.listAllDevices(), result); in processListDevices()
220 EasyMock.expect(mMockDeviceManager.listAllDevices()).andReturn(deviceList); in testListDevices()