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/ |
D | LiveDataFunctionsTest.java | 337 LiveDataFunctions.iff(falseLiveData(), Boolean::booleanValue, irrelevantValue) in testIff_changeValue_doesntNotifyForIrrelevantChanges() field in LiveDataFunctionsTest.Boolean 380 trueLiveData(), Boolean::booleanValue, new MutableLiveData<>(), in testIfThenElse_liveDataParams_uninitialized() field in LiveDataFunctionsTest.Boolean 384 falseLiveData(), Boolean::booleanValue, trueObjectData, in testIfThenElse_liveDataParams_uninitialized() field in LiveDataFunctionsTest.Boolean 466 falseLiveData(), Boolean::booleanValue, irrelevantValue, dataOf(new Object())) in testIfThenElse_liveDataParams_changeValue_doesntNotifyForIrrelevantChanges() field in LiveDataFunctionsTest.Boolean
|