Home
last modified time | relevance | path

Searched refs:mPropId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyInfo.java25 public final int mPropId; field in PropertyInfo
29 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()
DPropertyListAdapter.java70 return mPropInfo.get(pos).mPropId; in getItemId()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java170 final int mPropId; field in FakeCarPropertyService.PropKey
174 this.mPropId = propId; in PropKey()
196 return mPropId == propKey.mPropId && mAreaId == propKey.mAreaId; in equals()
201 return Objects.hash(mPropId, mAreaId); in hashCode()