Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-arch-common/tests/robotests/src/com/android/car/arch/common/
DLiveDataFunctionsTest.java170 testBinaryOperator( in testAnd_truthTable()
212 testBinaryOperator( in testOr_truthTable()
255 testBinaryOperator( in testIff_truthTable()
539 testBinaryOperator(LiveDataFunctions::coalesceNull, in testCoalesceNull_liveDataParams_truthTable()
839 private final <A, B, R> void testBinaryOperator( in testBinaryOperator() method in LiveDataFunctionsTest