Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-arch-common/tests/robotests/src/com/android/car/arch/common/
DLiveDataFunctionsTest.java339 LiveDataFunctions.iff(falseLiveData(), Boolean::booleanValue, irrelevantValue) in testIff_changeValue_doesntNotifyForIrrelevantChanges() field in LiveDataFunctionsTest.Boolean
382 trueLiveData(), Boolean::booleanValue, new MutableLiveData<>(), in testIfThenElse_liveDataParams_uninitialized() field in LiveDataFunctionsTest.Boolean
386 falseLiveData(), Boolean::booleanValue, trueObjectData, in testIfThenElse_liveDataParams_uninitialized() field in LiveDataFunctionsTest.Boolean
468 falseLiveData(), Boolean::booleanValue, irrelevantValue, dataOf(new Object())) in testIfThenElse_liveDataParams_changeValue_doesntNotifyForIrrelevantChanges() field in LiveDataFunctionsTest.Boolean