Home
last modified time | relevance | path

Searched defs:toBoolean (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/feature/
DFlagFeature.java28 Function<Context, T> toFlag, Function<T, Boolean> toBoolean) { in from()
32 private FlagFeature(Function<Context, T> toFlag, Function<T, Boolean> toBoolean) { in FlagFeature()