Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/junit/src/android/platform/test/flag/junit/
DDeviceFlagsValueProvider.java34 public class DeviceFlagsValueProvider implements IFlagsValueProvider { class
43 return new CheckFlagsRule(new DeviceFlagsValueProvider()); in createCheckFlagsRule()
54 return new CheckFlagsRule(new DeviceFlagsValueProvider(uiAutomation)); in createCheckFlagsRule()
57 public DeviceFlagsValueProvider() { in DeviceFlagsValueProvider() method in DeviceFlagsValueProvider
61 private DeviceFlagsValueProvider(UiAutomation uiAutomation) { in DeviceFlagsValueProvider() method in DeviceFlagsValueProvider
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/
DDeviceFlagsValueProviderTest.java33 private final DeviceFlagsValueProvider mFlagsValueProvider = new DeviceFlagsValueProvider();