Searched refs:mPropertyId (Results 1 – 10 of 10) sorted by relevance
53 private final int mPropertyId; field in CarPropertyConfig68 mPropertyId = propertyId; in CarPropertyConfig()200 return mPropertyId; in getPropertyId()279 + Integer.toHexString(mPropertyId)); in getFirstAndOnlyAreaId()354 dest.writeInt(mPropertyId); in writeToParcel()376 mPropertyId = in.readInt(); in CarPropertyConfig()408 + "mPropertyId=" + mPropertyId in toString()523 private final int mPropertyId;530 mPropertyId = propertyId;641 mPropertyId, mSupportedAreas, mType);[all …]
44 private final int mPropertyId; field in CarPropertyValue99 mPropertyId = propertyId; in CarPropertyValue()114 mPropertyId = in.readInt(); in CarPropertyValue()155 dest.writeInt(mPropertyId); in writeToParcel()177 return mPropertyId; in getPropertyId()219 + "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()
116 mSensorByPropertyId.append(sensorId.mPropertyId, sensorId); in initializeSensorsMap()
119 .computeIfAbsent(sensorId.mPropertyId, (id) -> new ArrayList<>()) in initializeSensorsMap()
227 .getProperty(sensor.mPropertyId, sensor.mAreaId); in getSensorValue()
220 .getProperty(sensor.mPropertyId, sensor.mAreaId); in getSensorValue()