Home
last modified time | relevance | path

Searched refs:getBooleanProperty (Results 1 – 19 of 19) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java383 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() method in CarHvacManager
384 return mCarPropertyMgr.getBooleanProperty(propertyId, area); in getBooleanProperty()
/packages/services/Car/car-lib/src/android/car/hardware/cabin/
DCarCabinManager.java539 public boolean getBooleanProperty(@PropertyId int propertyId, int area) { in getBooleanProperty() method in CarCabinManager
540 return mCarPropertyMgr.getBooleanProperty(propertyId, area); in getBooleanProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarCabinManagerTest.java84 boolean lock = mCarCabinManager.getBooleanProperty(CarCabinManager.ID_DOOR_LOCK, in testCabinDoorLockOn()
90 lock = mCarCabinManager.getBooleanProperty(CarCabinManager.ID_DOOR_LOCK, in testCabinDoorLockOn()
DCarHvacManagerTest.java100 boolean defrost = mCarHvacManager.getBooleanProperty(CarHvacManager.ID_WINDOW_DEFROSTER_ON, in testHvacRearDefrosterOn()
106 defrost = mCarHvacManager.getBooleanProperty(CarHvacManager.ID_WINDOW_DEFROSTER_ON, in testHvacRearDefrosterOn()
DCarPropertyManagerTest.java437 assertThat(mManager.getBooleanProperty(PROP_VALUE_STATUS_ERROR_BOOLEAN, 0)).isEqualTo( in testGetBooleanPropertyWithErrorStatusBeforeS()
450 () -> mManager.getBooleanProperty(PROP_VALUE_STATUS_ERROR_BOOLEAN, 0)); in testGetBooleanPropertyWithErrorStatusEqualAfterS()
/packages/modules/StatsD/tests/src/android/cts/statsd/apex/
DBootstrapApexTests.java51 return getDevice().getBooleanProperty("ro.apex.updatable", false); in isApexUpdateSupported()
/packages/apps/Car/Settings/src/com/android/car/settings/units/
DCarUnitsManager.java154 return mCarPropertyManager.getBooleanProperty( in isDistanceOverVolume()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java608 assertThat(mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)).isTrue(); in testGetBooleanProperty()
618 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_notAvailableBeforeR()
628 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_notAvailableEqualAfterR()
798 assertThat(mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)).isFalse(); in testGetBooleanProperty_tryAgainBeforeR()
808 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_tryAgainEqualAfterR()
818 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_accessDeniedBeforeR()
828 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_accessDeniedEqualAfterR()
838 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_internalErrorBeforeR()
848 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_internalErrorEqualAfterR()
858 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_unknownErrorBeforeR()
[all …]
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DCarActuator.java114 .getBooleanProperty(VehiclePropertyIds.HVAC_AC_ON, areaId); in changeAC()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DKitchenSinkActivity.java634 mShowHeaderInfo = getBooleanProperty(PROPERTY_SHOW_HEADER_INFO, false); in updateHeaderInfoVisibility()
683 private static boolean getBooleanProperty(String prop, boolean defaultValue) { in getBooleanProperty() method in KitchenSinkActivity
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java2253 public boolean getBooleanProperty(int propertyId, int areaId) { in getBooleanProperty() method in CarPropertyManager
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1493 method TIRAMISU_0 boolean getBooleanProperty(int propertyId, int area);
1547 method TIRAMISU_0 boolean getBooleanProperty(int propertyId, int area);
1661 method TIRAMISU_0 boolean getBooleanProperty(int prop, int area);
/packages/services/Car/car-lib/api/
Dcurrent.txt769 method public boolean getBooleanProperty(int, int);
Dlint-baseline.txt1478 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getBooleanProperty(int, int):
1479 …th @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getBooleanProperty(int,int)
Dsystem-current.txt1097 method @Deprecated public boolean getBooleanProperty(int, int);
1158 method @Deprecated public boolean getBooleanProperty(int, int);
Dtest-current.txt1170 method @Deprecated public boolean getBooleanProperty(int, int);
1231 method @Deprecated public boolean getBooleanProperty(int, int);
Dsystem-lint-baseline.txt2594 UnflaggedApi: android.car.hardware.cabin.CarCabinManager#getBooleanProperty(int, int):
2595 …ged with @FlaggedApi: method android.car.hardware.cabin.CarCabinManager.getBooleanProperty(int,int)
2666 UnflaggedApi: android.car.hardware.hvac.CarHvacManager#getBooleanProperty(int, int):
2667 …agged with @FlaggedApi: method android.car.hardware.hvac.CarHvacManager.getBooleanProperty(int,int)
/packages/services/Car/car-lib-module/api/
Dcurrent.txt769 method public boolean getBooleanProperty(int, int);
Dsystem-current.txt1097 method @Deprecated public boolean getBooleanProperty(int, int);
1158 method @Deprecated public boolean getBooleanProperty(int, int);