Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DHostFlagsValueProvider.java59 private final Supplier<ITestDevice> mTestDeviceSupplier; field in HostFlagsValueProvider
63 mTestDeviceSupplier = testDeviceSupplier; in HostFlagsValueProvider()
83 ITestDevice testDevice = mTestDeviceSupplier.get(); in setUp()