Searched refs:TEST_DEVICES (Results 1 – 1 of 1) sorted by relevance
40 private static final Map<String, ITestDevice> TEST_DEVICES = new HashMap<>(); field in HostFlagsValueProvider47 if (!TEST_DEVICES.containsKey(deviceSerial)) {52 return DeviceFlags.createDeviceFlags(TEST_DEVICES.get(deviceSerial));77 cachedDeviceFlagsMap.get(serial).init(TEST_DEVICES.get(serial)); in refreshFlagsCache()84 TEST_DEVICES.put(testDevice.getSerialNumber(), testDevice); in setUp()