Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
H A 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()
H A DPropertyListAdapter.java84 return mPropInfo.get(pos).mPropId; in getItemId()
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DFakeCarPropertyService.java183 final int mPropId; field in FakeCarPropertyService.PropKey
187 this.mPropId = propId; in PropKey()
209 return mPropId == propKey.mPropId && mAreaId == propKey.mAreaId; in equals()
214 return Objects.hash(mPropId, mAreaId); in hashCode()