Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-arch-common/tests/robotests/src/com/android/car/arch/common/
DLiveDataFunctionsTest.java801 private static class IfThenElseValueParams<T> { class in LiveDataFunctionsTest
806 private IfThenElseValueParams(LiveData<Boolean> predicate, T trueValue, T falseValue) { in IfThenElseValueParams() method in LiveDataFunctionsTest.IfThenElseValueParams