Searched refs:getValueImpl (Results 1 – 2 of 2) sorted by relevance
31 public CustomFeatureFlags(BiPredicate<String, Predicate<FeatureFlags>> getValueImpl) { in CustomFeatureFlags() argument32 mGetValueImpl = getValueImpl; in CustomFeatureFlags()
781 BiPredicate<String, Predicate<Object>> getValueImpl =793 return customFlagsClass.getConstructor(BiPredicate.class).newInstance(getValueImpl);