Searched refs:mPropertyId (Results 1 – 7 of 7) sorted by relevance
55 private final int mPropertyId; field in CarPropertyConfig70 mPropertyId = propertyId; in CarPropertyConfig()202 return mPropertyId; in getPropertyId()268 + Integer.toHexString(mPropertyId)); in getFirstAndOnlyAreaId()343 dest.writeInt(mPropertyId); in writeToParcel()365 mPropertyId = in.readInt(); in CarPropertyConfig()397 + "mPropertyId=" + mPropertyId in toString()507 private final int mPropertyId;514 mPropertyId = propertyId;622 mPropertyId, mSupportedAreas, mType);[all …]
40 private final int mPropertyId; field in CarPropertyValue90 mPropertyId = propertyId; in CarPropertyValue()104 mPropertyId = in.readInt(); in CarPropertyValue()145 dest.writeInt(mPropertyId); in writeToParcel()167 return mPropertyId; in getPropertyId()203 "mPropertyId=0x" + toHexString(mPropertyId) + in toString()
64 private Spinner mPropertyId; field in PropertyTestFragment85 mPropertyId = view.findViewById(R.id.sPropertyId); in onCreateView()101 mPropertyId.setAdapter(adapter); in onCreateView()102 mPropertyId.setOnItemSelectedListener(this); in onCreateView()110 PropertyInfo info = (PropertyInfo) mPropertyId.getSelectedItem(); in onCreateView()138 PropertyInfo info = (PropertyInfo) mPropertyId.getSelectedItem(); in onCreateView()
94 private final int mPropertyId;111 mPropertyId = propertyId; in DiagnosticEventBuilder()150 VehiclePropValueBuilder propValueBuilder = VehiclePropValueBuilder.newBuilder(mPropertyId); in build()
37 public final int mPropertyId; field in Sensor55 mPropertyId = propertyId; in Sensor()
119 .computeIfAbsent(sensorId.mPropertyId, (id) -> new ArrayList<>()) in initializeSensorsMap()
227 .getProperty(sensor.mPropertyId, sensor.mAreaId); in getSensorValue()