Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DHostFlagsValueProvider.java52 return DeviceFlags.createDeviceFlags(TEST_DEVICES.get(deviceSerial));
DDeviceFlags.java77 public static DeviceFlags createDeviceFlags(ITestDevice testDevice) throws FlagReadException { in createDeviceFlags() method in DeviceFlags