Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DHostFlagsValueProvider.java62 HostFlagsValueProvider(Supplier<ITestDevice> testDeviceSupplier) { in HostFlagsValueProvider() argument
63 mTestDeviceSupplier = testDeviceSupplier; in HostFlagsValueProvider()
66 public static CheckFlagsRule createCheckFlagsRule(Supplier<ITestDevice> testDeviceSupplier) { in createCheckFlagsRule() argument
67 return new CheckFlagsRule(new HostFlagsValueProvider(testDeviceSupplier)); in createCheckFlagsRule()