Home
last modified time | relevance | path

Searched refs:DISTANCE_DISPLAY_UNITS (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/
DUnitsDistancePreferenceControllerTest.java90 assertThat(mCaptor.getValue()).isEqualTo(VehiclePropertyIds.DISTANCE_DISPLAY_UNITS); in onCarServiceConnected_setsPreferenceEntriesAndValue()
102 verify(mCarUnitsManager).setUnitUsedByProperty(VehiclePropertyIds.DISTANCE_DISPLAY_UNITS, in onPreferenceChanged_runsSetUnitUsedByPropertyWithNewUnit()
/packages/apps/Car/Settings/src/com/android/car/settings/units/
DUnitsDistancePreferenceController.java42 return VehiclePropertyIds.DISTANCE_DISPLAY_UNITS; in getPropertyId()
DUnitsSettingsFragment.java77 if (isValidVehicleProperty(VehiclePropertyIds.DISTANCE_DISPLAY_UNITS)) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java209 .isReadable(mContext, VehiclePropertyIds.DISTANCE_DISPLAY_UNITS)).isFalse(); in testIsReadableWritableForSystemProperty()
211 .isWritable(mContext, VehiclePropertyIds.DISTANCE_DISPLAY_UNITS)).isTrue(); in testIsReadableWritableForSystemProperty()
222 .isReadable(mContext, VehiclePropertyIds.DISTANCE_DISPLAY_UNITS)).isFalse(); in testIsReadableWritableForSystemProperty()
224 .isWritable(mContext, VehiclePropertyIds.DISTANCE_DISPLAY_UNITS)).isFalse(); in testIsReadableWritableForSystemProperty()
/packages/services/Car/service/src/com/android/car/hal/
DHalPropConfig.java44 VehicleProperty.DISTANCE_DISPLAY_UNITS,
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java316 case VehiclePropertyIds.DISTANCE_DISPLAY_UNITS: in testMixedPropertyConfigs()
588 int propId = VehiclePropertyIds.DISTANCE_DISPLAY_UNITS; in testSubscribePropertyEvents_onlyWritePermission()
659 int propId = VehiclePropertyIds.DISTANCE_DISPLAY_UNITS; in testRegisterCallback_onlyWritePermission()
1533 addAidlProperty(VehicleProperty.DISTANCE_DISPLAY_UNITS); in configureMockedHal()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java215 propsToString.put(VehiclePropertyIds.DISTANCE_DISPLAY_UNITS, "DISTANCE_DISPLAY_UNITS"); in testToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropConfigTest.java85 VehicleProperty.DISTANCE_DISPLAY_UNITS,
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java2030 public static final int DISTANCE_DISPLAY_UNITS = 289408512; field in VehiclePropertyIds
/packages/services/Car/car-lib/api/
Dcurrent.txt328 ….car.permission.CAR_VENDOR_EXTENSION"})) public static final int DISTANCE_DISPLAY_UNITS = 28940851…
Dlint-baseline.txt712 UnflaggedApi: android.car.VehiclePropertyIds#DISTANCE_DISPLAY_UNITS:
713 …w API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.DISTANCE_DISPLAY_UNITS
/packages/services/Car/car-lib-module/api/
Dcurrent.txt328 ….car.permission.CAR_VENDOR_EXTENSION"})) public static final int DISTANCE_DISPLAY_UNITS = 28940851…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2567 field TIRAMISU_0 int DISTANCE_DISPLAY_UNITS = 289408512;