Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java161 private final ImmutableSet<T> mAllPossibleUnwritableValues; field in VehiclePropertyVerifier
223 mAllPossibleUnwritableValues = allPossibleUnwritableValues; in VehiclePropertyVerifier()
976 if ((mAllPossibleUnwritableValues.isEmpty() in getPossibleIntegerValues()
977 || !mAllPossibleUnwritableValues.contains(value)) in getPossibleIntegerValues()
1116 if (!mAllPossibleUnwritableValues.isEmpty() in verifyIntegerPropertySetter()
1117 && mAllPossibleUnwritableValues.contains(valueToSet)) { in verifyIntegerPropertySetter()
2165 private ImmutableSet<T> mAllPossibleUnwritableValues = ImmutableSet.of(); field in VehiclePropertyVerifier.Builder
2274 mAllPossibleUnwritableValues = allPossibleUnwritableValues; in setAllPossibleUnwritableValues()
2396 mAllPossibleUnwritableValues, in build()