Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java1861 int allValidValues = 0; in verifyCarPropertyValue() local
1863 allValidValues |= ((Integer) bitEnumValue).intValue(); in verifyCarPropertyValue()
1868 .that(((Integer) value).intValue() & allValidValues).isEqualTo(value); in verifyCarPropertyValue()