Searched refs:PropKey (Results 1 – 1 of 1) sorted by relevance
51 private final Map<PropKey, CarPropertyValue> mValues = new HashMap<>();91 return mValues.get(PropKey.of(prop, zone)); in getProperty()96 mValues.put(PropKey.of(prop), prop); in setProperty()138 mValues.put(PropKey.of(v), v); in updateValues()169 private static class PropKey { class in FakeCarPropertyService173 private PropKey(int propId, int areaId) { in PropKey() method in FakeCarPropertyService.PropKey178 static PropKey of(int propId, int areaId) { in of()179 return new PropKey(propId, areaId); in of()182 static PropKey of(CarPropertyValue carPropertyValue) { in of()192 if (!(o instanceof PropKey)) { in equals()[all …]