Searched refs:deviceDesc (Results 1 – 4 of 4) sorted by relevance
64 for (DeviceDescriptor deviceDesc : getDeviceManager().listAllDevices()) { in getUnavailableDevices()65 if (deviceDesc.getState() == DeviceAllocationState.Unavailable) { in getUnavailableDevices()66 unavailDevices.add(deviceDesc.getSerial()); in getUnavailableDevices()
160 for (DeviceDescriptor deviceDesc : mDeviceLister.listDevices()) { in run()161 DeviceUtilRecord record = getDeviceRecord(deviceDesc.getSerial()); in run()162 record.addSample(deviceDesc.getState()); in run()163 goneDevices.remove(deviceDesc.getSerial()); in run()
84 DeviceDescriptor deviceDesc, in GceManager() argument88 mDeviceDescriptor = deviceDesc; in GceManager()105 DeviceDescriptor deviceDesc, in GceManager() argument111 this(deviceDesc, deviceOptions, buildInfo, testResourceBuildInfos); in GceManager()
1305 for (DeviceDescriptor deviceDesc : deviceDescs) { in addCommandForAllDevices()1306 if (!deviceDesc.isStubDevice()) { in addCommandForAllDevices()1307 String device = deviceDesc.getSerial(); in addCommandForAllDevices()1717 for (DeviceDescriptor deviceDesc : getDeviceManager().listAllDevices()) { in handoverDevices()1718 if (DeviceAllocationState.Allocated.equals(deviceDesc.getState()) in handoverDevices()1719 && !deviceDesc.isStubDevice()) { in handoverDevices()1720 client.sendAllocateDevice(deviceDesc.getSerial()); in handoverDevices()1721 CLog.d("Sent filter device %s command", deviceDesc.getSerial()); in handoverDevices()