Searched refs:PropKey (Results 1 – 1 of 1) sorted by relevance
62 private final Map<PropKey, CarPropertyValue> mValues = new HashMap<>();166 return mValues.get(PropKey.of(prop, zone)); in getProperty()172 mValues.put(PropKey.of(prop), prop); in setProperty()229 mValues.put(PropKey.of(v), v); in updateValues()263 private static class PropKey { class in FakeCarPropertyService267 private PropKey(int propId, int areaId) { in PropKey() method in FakeCarPropertyService.PropKey272 static PropKey of(int propId, int areaId) { in of()273 return new PropKey(propId, areaId); in of()276 static PropKey of(CarPropertyValue carPropertyValue) { in of()286 if (!(o instanceof PropKey)) { in equals()[all …]