Searched refs:mPropId (Results 1 – 3 of 3) sorted by relevance
25 public final int mPropId; field in PropertyInfo29 mPropId = config.getPropertyId(); in PropertyInfo()30 mName = VehicleProperty.toString(mPropId); in PropertyInfo()41 return ((PropertyInfo) other).mPropId == mPropId; in equals()48 return mPropId; in hashCode()
70 return mPropInfo.get(pos).mPropId; in getItemId()
170 final int mPropId; field in FakeCarPropertyService.PropKey174 this.mPropId = propId; in PropKey()196 return mPropId == propKey.mPropId && mAreaId == propKey.mAreaId; in equals()201 return Objects.hash(mPropId, mAreaId); in hashCode()