Searched refs:mValueByAreaIdByPropId (Results 1 – 1 of 1) sorted by relevance
1537 SparseArray<SparseArray<VehiclePropValue>> mValueByAreaIdByPropId = new SparseArray<>(); field in CarPropertyManagerTest.PropertyHandler1557 if (mValueByAreaIdByPropId.get(propId) == null) { in onPropertySet2()1558 mValueByAreaIdByPropId.put(propId, new SparseArray<>()); in onPropertySet2()1560 mValueByAreaIdByPropId.get(propId).put(areaId, value); in onPropertySet2()1591 if (mValueByAreaIdByPropId.get(value.prop) == null) { in onPropertyGet()1594 return mValueByAreaIdByPropId.get(value.prop).get(value.areaId); in onPropertyGet()