Searched refs:mAllPossibleUnwritableValues (Results 1 – 1 of 1) sorted by relevance
161 private final ImmutableSet<T> mAllPossibleUnwritableValues; field in VehiclePropertyVerifier223 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.Builder2274 mAllPossibleUnwritableValues = allPossibleUnwritableValues; in setAllPossibleUnwritableValues()2396 mAllPossibleUnwritableValues, in build()