Home
last modified time | relevance | path

Searched refs:getBooleanProperty (Results 1 – 18 of 18) 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/CarServiceTest/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.java430 assertThat(mManager.getBooleanProperty(PROP_VALUE_STATUS_ERROR_BOOLEAN, 0)).isEqualTo( in testGetBooleanPropertyWithErrorStatusBeforeS()
443 () -> 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/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/
DCarActuator.java114 .getBooleanProperty(VehiclePropertyIds.HVAC_AC_ON, areaId); in changeAC()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java616 assertThat(mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)).isTrue(); in testGetBooleanProperty()
626 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_notAvailableBeforeR()
636 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_notAvailableEqualAfterR()
806 assertThat(mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)).isFalse(); in testGetBooleanProperty_tryAgainBeforeR()
816 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_tryAgainEqualAfterR()
826 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_accessDeniedBeforeR()
836 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_accessDeniedEqualAfterR()
846 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_internalErrorBeforeR()
856 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_internalErrorEqualAfterR()
866 () -> mCarPropertyManager.getBooleanProperty(BOOLEAN_PROP, 0)); in testGetBooleanProperty_unknownErrorBeforeR()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DKitchenSinkActivity.java636 mShowHeaderInfo = getBooleanProperty(PROPERTY_SHOW_HEADER_INFO, false); in updateHeaderInfoVisibility()
685 private static boolean getBooleanProperty(String prop, boolean defaultValue) { in getBooleanProperty() method in KitchenSinkActivity
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java2399 public boolean getBooleanProperty(int propertyId, int areaId) { in getBooleanProperty() method in CarPropertyManager
/packages/services/Car/car-lib/api/
Dsystem-current.txt989 method @Deprecated public boolean getBooleanProperty(int, int);
1050 method @Deprecated public boolean getBooleanProperty(int, int);
Dlint-baseline.txt1522 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getBooleanProperty(int, int):
1523 …th @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getBooleanProperty(int,int)
Dtest-current.txt1062 method @Deprecated public boolean getBooleanProperty(int, int);
1123 method @Deprecated public boolean getBooleanProperty(int, int);
Dcurrent.txt911 method 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/
Dsystem-current.txt989 method @Deprecated public boolean getBooleanProperty(int, int);
1050 method @Deprecated public boolean getBooleanProperty(int, int);
Dcurrent.txt911 method public boolean getBooleanProperty(int, int);