Searched defs:toBoolean (Results 1 – 3 of 3) sorted by relevance
28 Function<Context, T> toFlag, Function<T, Boolean> toBoolean) { in from()32 private FlagFeature(Function<Context, T> toFlag, Function<T, Boolean> toBoolean) { in FlagFeature()
53 public static Boolean toBoolean(String arg) { in toBoolean() method in AbstractShellCommand
137 private fun Int.toBoolean() = this == SCREEN_BRIGHTNESS_MODE_AUTOMATIC in storage() method in com.android.settings.display.AutoBrightnessScreen.AutoBrightnessDataStore