Home
last modified time | relevance | path

Searched refs:isPropertyAvailable (Results 1 – 17 of 17) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarVendorExtensionManager.java145 public boolean isPropertyAvailable(int propertyId, int area) { in isPropertyAvailable() method in CarVendorExtensionManager
146 return mPropertyManager.isPropertyAvailable(propertyId, area); in isPropertyAvailable()
/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java373 public boolean isPropertyAvailable(@PropertyId int propertyId, int area) { in isPropertyAvailable() method in CarHvacManager
374 return mCarPropertyMgr.isPropertyAvailable(propertyId, area); in isPropertyAvailable()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarHvacManagerTest.java116 assertThat(mCarHvacManager.isPropertyAvailable(VehicleProperty.HVAC_AC_ON, in testHvacPropertyAvailable()
118 assertThat(mCarHvacManager.isPropertyAvailable(VehicleProperty.HVAC_FAN_SPEED, in testHvacPropertyAvailable()
DCarPropertyManagerTest.java494 assertThat(mManager.isPropertyAvailable(CUSTOM_GLOBAL_INT_ARRAY_PROP, 0)).isFalse(); in testIsPropertyAvailable()
499 assertThat(mManager.isPropertyAvailable(CUSTOM_GLOBAL_INT_ARRAY_PROP, 0)).isTrue(); in testIsPropertyAvailable()
/packages/apps/Car/Settings/src/com/android/car/settings/units/
DCarUnitsManager.java75 protected boolean isPropertyAvailable(int propertyId) { in isPropertyAvailable() method in CarUnitsManager
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DCarActuator.java134 if (!mCarPropertyManager.isPropertyAvailable(VehiclePropertyIds.PERF_VEHICLE_SPEED, in informSpeed()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java2882 assertThat(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_SET, /* areaId= */ 0)) in testIsPropertyAvailable_withValueWithNotAvailableStatus()
2893 assertThat(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_SET, /* areaId= */ 0)) in testIsPropertyAvailable()
2905 assertThat(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_SET, /* areaId= */ 0)) in testIsPropertyAvailable_syncOpTryAgain()
2915 assertThat(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_SET, /* areaId= */ 0)) in testIsPropertyAvailable_notAvailable()
2924 assertThat(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_SET, /* areaId= */ 0)) in testIsPropertyAvailable_tryAgain()
2934 assertThat(mCarPropertyManager.isPropertyAvailable(HVAC_TEMPERATURE_SET, /* areaId= */ 0)) in testIsPropertyAvailable_RemoteException()
2940 assertThat(mCarPropertyManager.isPropertyAvailable(/* propId= */ 0, /* areaId= */ 0)) in testIsPropertyAvailable_unsupported()
2990 () -> mCarPropertyManager.isPropertyAvailable(INITIAL_USER_INFO, /* areaId= */ 0)); in testIsPropertyAvailable_userHalProperty()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java352 if (mCarHvacManager.isPropertyAvailable(CarHvacManager.ID_ZONED_FAN_DIRECTION, in configureFanPosition()
415 if (mCarHvacManager.isPropertyAvailable( in changeFanSpeed()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java2138 public boolean isPropertyAvailable(int propertyId, int areaId) { in isPropertyAvailable() method in CarPropertyManager
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1210 method TIRAMISU_0 boolean isPropertyAvailable(int propertyId, int area);
1492 method TIRAMISU_0 boolean isPropertyAvailable(int propertyId, int area);
1660 method TIRAMISU_0 boolean isPropertyAvailable(int propId, int area);
/packages/services/Car/car-lib/api/
Dcurrent.txt780 method public boolean isPropertyAvailable(int, int);
Dlint-baseline.txt1500 UnflaggedApi: android.car.hardware.property.CarPropertyManager#isPropertyAvailable(int, int):
1501 …h @FlaggedApi: method android.car.hardware.property.CarPropertyManager.isPropertyAvailable(int,int)
Dsystem-current.txt1080 method @Deprecated public boolean isPropertyAvailable(int, int);
1162 method @Deprecated public boolean isPropertyAvailable(int, int);
Dtest-current.txt1153 method @Deprecated public boolean isPropertyAvailable(int, int);
1235 method @Deprecated public boolean isPropertyAvailable(int, int);
Dsystem-lint-baseline.txt2500 UnflaggedApi: android.car.hardware.CarVendorExtensionManager#isPropertyAvailable(int, int):
2501 …ith @FlaggedApi: method android.car.hardware.CarVendorExtensionManager.isPropertyAvailable(int,int)
2674 UnflaggedApi: android.car.hardware.hvac.CarHvacManager#isPropertyAvailable(int, int):
2675 …gged with @FlaggedApi: method android.car.hardware.hvac.CarHvacManager.isPropertyAvailable(int,int)
/packages/services/Car/car-lib-module/api/
Dcurrent.txt780 method public boolean isPropertyAvailable(int, int);
Dsystem-current.txt1080 method @Deprecated public boolean isPropertyAvailable(int, int);
1162 method @Deprecated public boolean isPropertyAvailable(int, int);