Searched refs:getCarPropertyConfig (Results 1 – 13 of 13) sorted by relevance
73 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetPropertyId_systemPropertyIdSupported()82 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetPropertyId_vendorPropertyIdSupported()84 when(mMockCarPropertyManager.getCarPropertyConfig(VENDOR_LOCATION_CHARACTERIZATION)) in testGetPropertyId_vendorPropertyIdSupported()93 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetPropertyId_vendorPropertyNotSupported()95 when(mMockCarPropertyManager.getCarPropertyConfig(VENDOR_LOCATION_CHARACTERIZATION)) in testGetPropertyId_vendorPropertyNotSupported()108 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetReadPermissions_systemPermission()117 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetReadPermissions_vendorPermission()119 when(mMockCarPropertyManager.getCarPropertyConfig(VENDOR_LOCATION_CHARACTERIZATION)) in testGetReadPermissions_vendorPermission()128 when(mMockCarPropertyManager.getCarPropertyConfig(LOCATION_CHARACTERIZATION)) in testGetWritePermissions_onlyReadable()
98 when(mCarPropertyManager.getCarPropertyConfig(anyInt())).thenReturn(mCarPropertyConfig); in setUp()132 when(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET).getAreaType()) in registerHvacView_skipHvacPropertiesToGetOnInit()149 when(mCarPropertyManager.getCarPropertyConfig(anyInt())).thenReturn(mCarPropertyConfig); in registerHvacView_retrieveHvacPropertiesToGetOnInit()150 when(mCarPropertyManager.getCarPropertyConfig(anyInt()).getAreaType()) in registerHvacView_retrieveHvacPropertiesToGetOnInit()153 when(mCarPropertyManager.getCarPropertyConfig(anyInt()).getAreaIds()) in registerHvacView_retrieveHvacPropertiesToGetOnInit()178 when(mCarPropertyManager.getCarPropertyConfig(anyInt())).thenReturn(null); in registerHvacView_propertyNotImplemented()215 when(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET).getAreaType()) in hvacPropertyChanged_subscribingViewRegistered_notSubscribingViewDoesNotHandle()227 when(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET).getAreaType()) in hvacPropertyChanged_subscribingViewRegistered_viewWithGlobalPropDoesHandle()
154 mCarPropertyManager.getCarPropertyConfig(HVAC_POWER_ON);186 CarPropertyConfig config = mCarPropertyManager.getCarPropertyConfig(propertyId); in getSupportedAreaIds()298 mCarPropertyManager.getCarPropertyConfig(propId); in registerHvacViews()424 int valueAreaType = mCarPropertyManager.getCarPropertyConfig(value.getPropertyId()) in handleHvacPropertyChange()438 == mCarPropertyManager.getCarPropertyConfig(propId).getAreaType()) { in handleHvacPropertyChange()531 if (mCarPropertyManager.getCarPropertyConfig(propertyId) == null) { in registerHvacPropertyEventListeners()
99 .getCarPropertyConfig(VehiclePropertyIds.HVAC_AC_ON); in changeAC()148 .getCarPropertyConfig(VehiclePropertyIds.TIRE_PRESSURE); in informTirePressure()
383 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in registerListener()417 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in registerListener()649 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in getAndDispatchPropertyInitValue()1170 if (getCarPropertyConfig(propertyId) == null) { in getSupportedNoReadPermPropIds()1183 return getCarPropertyConfig(propertyId) != null in isSupportedAndHasWritePermissionOnly()1270 var config = getCarPropertyConfig(propertyId); in verifyGetSupportedValueRequestAndGetAreaIdConfig()1395 private CarPropertyConfig<?> getCarPropertyConfig(int propertyId) { in getCarPropertyConfig() method1412 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in assertConfigNotNullAndGetConfig()
1290 getCarPropertyConfig(args, writer); in exec()3415 private void getCarPropertyConfig(String[] args, IndentingPrintWriter writer) {
104 boolean isSupported = (mCarPropertyManager.getCarPropertyConfig(propertyId) != null); in isPropertySupported()
517 CarPropertyConfig<?> config = mManager.getCarPropertyConfig(CUSTOM_SEAT_MIXED_PROP_ID_1); in testGetPropertyConfig()520 assertThat(mManager.getCarPropertyConfig(FAKE_PROPERTY_ID)).isNull(); in testGetPropertyConfig()526 .getCarPropertyConfig(PROP_WITH_READ_ONLY_PERMISSION); in testGetPropertyConfig_withReadOnlyPermission()536 .getCarPropertyConfig(PROP_WITH_WRITE_ONLY_PERMISSION); in testGetPropertyConfig_withWriteOnlyPermission()1459 var config = mManager.getCarPropertyConfig(PROP_WITH_SUPPORTED_VALUE); in testSupportedValuesInfoInAreaConfig()1477 var config = mManager.getCarPropertyConfig(LEGACY_PROP_WITH_SUPPORTED_VALUE); in testSupportedValuesInfoInAreaConfig_isSupportedValuesNotImplemented()
2894 assertThat(mCarPropertyManager.getCarPropertyConfig(VENDOR_ON_CHANGE_PROPERTY)) in testGetCarPropertyConfig()2902 assertThat(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET)).isNull(); in testGetCarPropertyConfig_noConfigReturned_notSupported()2909 assertThat(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET)).isNull(); in testGetCarPropertyConfig_noConfigReturned_noPermission()2914 assertThat(mCarPropertyManager.getCarPropertyConfig(/* propId= */ 0)).isNull(); in testGetCarPropertyConfig_unsupported()3050 () -> mCarPropertyManager.getCarPropertyConfig(INITIAL_USER_INFO)); in testGetCarPropertyConfig_userHalProperty()
2132 public CarPropertyConfig<?> getCarPropertyConfig(int propertyId) { in getCarPropertyConfig() method in CarPropertyManager
1524 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getCarPropertyConfig(int):1525 …with @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getCarPropertyConfig(int)
912 method @Nullable public android.car.hardware.CarPropertyConfig<?> getCarPropertyConfig(int);