Android Compare with another version →
10 results in AOSP 17 android-17.0.0_r1 · 575 ms
  1. Lines 38–75 · cpp · android-17.0.0_r1
    namespace {
    
    using ::android::base::StringPrintf;
    using ::android::hardware::automotive::vehicle::fromStableLargeParcelable;
    using ::android::hardware::automotive::vehicle::PendingRequestPool;
    using :
  2. Lines 927–936 · java · android-17.0.0_r1
    HidlHalPropValue(CarPropertyValue value, int halPropId, long timestamp,
                    HalPropConfig config) {
                init(halPropId, value.getAreaId(), timestamp, VehiclePropertyStatus.AVAILABL
  3. Lines 1340–1351 · java · android-17.0.0_r1
    public void setPropertyFromCommand(int propertyId, int areaId, String data,
                IndentingPrintWriter writer) throws IllegalArgumentException, ServiceSpecificException {
            long timestampN
  4. Lines 1300–1309 · java · android-17.0.0_r1
    public void setProperty(CarPropertyValue carPropertyValue)
                throws IllegalArgumentException, ServiceSpecificException {
            HalPropValue valueToSet;
            synchronized (mLock) {
         
  5. Lines 109–123 · java · android-17.0.0_r1
    @Override
        protected void configureMockedHal() {
            PropertyHandler handler = new PropertyHandler();
            for (VehiclePropValue value : mDefaultPropValues.values()) {
                handler.on
  6. Lines 524–533 · java · android-17.0.0_r1
    AidlHalPropValue(CarPropertyValue value, int halPropId, long timestamp,
                    HalPropConfig config) {
                init(halPropId, value.getAreaId(), timestamp, VehiclePropertyStatus.AVAILABL
  7. Lines 4519–4533 · java · android-17.0.0_r1
    private void listVhalProps(IndentingPrintWriter writer) {
            // Note: The output here is used in AtsVehicleDeviceTest. DO NOT CHANGE the format without
            // updating AtsVehicleDeviceTest.
     
  8. Lines 113–117 · java · android-17.0.0_r1
    public CarPropertyConfig<?> toCarPropertyConfig(int mgrPropertyId,
                PropertyHalServiceConfigs propertyHalServiceConfigs) {
            return toCarPropertyConfig(mgrPropertyId, propertyHalServi
  9. Lines 1424–1429 · java · android-17.0.0_r1
    @Override
        public void injectVehicleProperties(List<CarPropertyValue> carPropertyValues) {
            CarServiceUtils.assertPermission(mContext, Car.PERMISSION_INJECT_VEHICLE_PROPERTIES);
            CarS
  10. Lines 2527–2536 · java · android-17.0.0_r1
    @GuardedBy("mLock")
        private HalPropValue carPropertyValueToHalPropValueLocked(CarPropertyValue carPropertyValue) {
            int mgrPropId = carPropertyValue.getPropertyId();
            int halPropId =

Get these results inside Claude Code, Cursor, or Cline. MCP setup →