Searched refs:getCarPropertyConfig (Results 1 – 14 of 14) 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()130 when(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET).getAreaType()) in registerHvacView_skipHvacPropertiesToGetOnInit()145 when(mCarPropertyManager.getCarPropertyConfig(anyInt())).thenReturn(mCarPropertyConfig); in registerHvacView_retrieveHvacPropertiesToGetOnInit()146 when(mCarPropertyManager.getCarPropertyConfig(anyInt()).getAreaType()) in registerHvacView_retrieveHvacPropertiesToGetOnInit()149 when(mCarPropertyManager.getCarPropertyConfig(anyInt()).getAreaIds()) in registerHvacView_retrieveHvacPropertiesToGetOnInit()172 when(mCarPropertyManager.getCarPropertyConfig(anyInt())).thenReturn(null); in registerHvacView_propertyNotImplemented()204 when(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET).getAreaType()) in hvacPropertyChanged_subscribingViewRegistered_notSubscribingViewDoesNotHandle()216 when(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET).getAreaType()) in hvacPropertyChanged_subscribingViewRegistered_viewWithGlobalPropDoesHandle()
155 mCarPropertyManager.getCarPropertyConfig(HVAC_POWER_ON);181 CarPropertyConfig config = mCarPropertyManager.getCarPropertyConfig(propertyId); in getSupportedAreaIds()293 mCarPropertyManager.getCarPropertyConfig(propId); in registerHvacViews()410 int valueAreaType = mCarPropertyManager.getCarPropertyConfig(value.getPropertyId()) in handleHvacPropertyChange()424 == mCarPropertyManager.getCarPropertyConfig(propId).getAreaType()) { in handleHvacPropertyChange()517 if (mCarPropertyManager.getCarPropertyConfig(propertyId) == null) { in registerHvacPropertyEventListeners()
99 .getCarPropertyConfig(VehiclePropertyIds.HVAC_AC_ON); in changeAC()148 .getCarPropertyConfig(VehiclePropertyIds.TIRE_PRESSURE); in informTirePressure()
327 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in registerListener()361 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in registerListener()574 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in getAndDispatchPropertyInitValue()1087 if (getCarPropertyConfig(propertyId) == null) { in getSupportedNoReadPermPropIds()1100 return getCarPropertyConfig(propertyId) != null in isSupportedAndHasWritePermissionOnly()1158 private CarPropertyConfig<?> getCarPropertyConfig(int propertyId) { in getCarPropertyConfig() method1175 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in assertConfigNotNullAndGetConfig()
1252 getCarPropertyConfig(args, writer); in exec()3270 private void getCarPropertyConfig(String[] args, IndentingPrintWriter writer) {
104 boolean isSupported = (mCarPropertyManager.getCarPropertyConfig(propertyId) != null); in isPropertySupported()
524 CarPropertyConfig<?> config = mManager.getCarPropertyConfig(CUSTOM_SEAT_MIXED_PROP_ID_1); in testGetPropertyConfig()527 assertThat(mManager.getCarPropertyConfig(FAKE_PROPERTY_ID)).isNull(); in testGetPropertyConfig()533 .getCarPropertyConfig(PROP_WITH_READ_ONLY_PERMISSION); in testGetPropertyConfig_withReadOnlyPermission()543 .getCarPropertyConfig(PROP_WITH_WRITE_ONLY_PERMISSION); in testGetPropertyConfig_withWriteOnlyPermission()
2793 assertThat(mCarPropertyManager.getCarPropertyConfig(VENDOR_ON_CHANGE_PROPERTY)) in testGetCarPropertyConfig()2801 assertThat(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET)).isNull(); in testGetCarPropertyConfig_noConfigReturned_notSupported()2808 assertThat(mCarPropertyManager.getCarPropertyConfig(HVAC_TEMPERATURE_SET)).isNull(); in testGetCarPropertyConfig_noConfigReturned_noPermission()2813 assertThat(mCarPropertyManager.getCarPropertyConfig(/* propId= */ 0)).isNull(); in testGetCarPropertyConfig_unsupported()2949 () -> mCarPropertyManager.getCarPropertyConfig(INITIAL_USER_INFO)); in testGetCarPropertyConfig_userHalProperty()
1995 public CarPropertyConfig<?> getCarPropertyConfig(int propertyId) { in getCarPropertyConfig() method in CarPropertyManager
770 method @Nullable public android.car.hardware.CarPropertyConfig<?> getCarPropertyConfig(int);
1480 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getCarPropertyConfig(int):1481 …with @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getCarPropertyConfig(int)
1656 method TIRAMISU_0 CarPropertyConfig<?> getCarPropertyConfig(int propId);