Home
last modified time | relevance | path

Searched refs:DeviceFlags (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DHostFlagsValueProvider.java37 private static final LoadingCache<String, DeviceFlags> CACHED_DEVICE_FLAGS;
43 CacheLoader<String, DeviceFlags> cacheLoader =
44 new CacheLoader<String, DeviceFlags>() {
46 public DeviceFlags load(String deviceSerial) throws FlagReadException {
52 return DeviceFlags.createDeviceFlags(TEST_DEVICES.get(deviceSerial));
60 private DeviceFlags mDeviceFlags;
75 Map<String, DeviceFlags> cachedDeviceFlagsMap = CACHED_DEVICE_FLAGS.asMap(); in refreshFlagsCache()
DDeviceFlags.java53 public class DeviceFlags { class
75 private DeviceFlags() {} in DeviceFlags() method in DeviceFlags
77 public static DeviceFlags createDeviceFlags(ITestDevice testDevice) throws FlagReadException { in createDeviceFlags()
78 DeviceFlags deviceFlags = new DeviceFlags(); in createDeviceFlags()