Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/
DCustomFeatureFlags.java31 public CustomFeatureFlags(BiPredicate<String, Predicate<FeatureFlags>> getValueImpl) { in CustomFeatureFlags() argument
32 mGetValueImpl = getValueImpl; in CustomFeatureFlags()
/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
DSetFlagsRule.java781 BiPredicate<String, Predicate<Object>> getValueImpl =
793 return customFlagsClass.getConstructor(BiPredicate.class).newInstance(getValueImpl);