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