/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
D | CarHvacManager.java | 383 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/ |
D | CarCabinManager.java | 539 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/ |
D | CarCabinManagerTest.java | 84 boolean lock = mCarCabinManager.getBooleanProperty(CarCabinManager.ID_DOOR_LOCK, in testCabinDoorLockOn() 90 lock = mCarCabinManager.getBooleanProperty(CarCabinManager.ID_DOOR_LOCK, in testCabinDoorLockOn()
|
D | CarHvacManagerTest.java | 100 boolean defrost = mCarHvacManager.getBooleanProperty(CarHvacManager.ID_WINDOW_DEFROSTER_ON, in testHvacRearDefrosterOn() 106 defrost = mCarHvacManager.getBooleanProperty(CarHvacManager.ID_WINDOW_DEFROSTER_ON, in testHvacRearDefrosterOn()
|
D | CarPropertyManagerTest.java | 437 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/ |
D | BootstrapApexTests.java | 51 return getDevice().getBooleanProperty("ro.apex.updatable", false); in isApexUpdateSupported()
|
/packages/apps/Car/Settings/src/com/android/car/settings/units/ |
D | CarUnitsManager.java | 154 return mCarPropertyManager.getBooleanProperty( in isDistanceOverVolume()
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 608 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/ |
D | CarActuator.java | 114 .getBooleanProperty(VehiclePropertyIds.HVAC_AC_ON, areaId); in changeAC()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | KitchenSinkActivity.java | 634 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/ |
D | CarPropertyManager.java | 2253 public boolean getBooleanProperty(int propertyId, int areaId) { in getBooleanProperty() method in CarPropertyManager
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1493 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/ |
D | current.txt | 769 method public boolean getBooleanProperty(int, int);
|
D | lint-baseline.txt | 1478 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getBooleanProperty(int, int): 1479 …th @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getBooleanProperty(int,int)
|
D | system-current.txt | 1097 method @Deprecated public boolean getBooleanProperty(int, int); 1158 method @Deprecated public boolean getBooleanProperty(int, int);
|
D | test-current.txt | 1170 method @Deprecated public boolean getBooleanProperty(int, int); 1231 method @Deprecated public boolean getBooleanProperty(int, int);
|
D | system-lint-baseline.txt | 2594 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/ |
D | current.txt | 769 method public boolean getBooleanProperty(int, int);
|
D | system-current.txt | 1097 method @Deprecated public boolean getBooleanProperty(int, int); 1158 method @Deprecated public boolean getBooleanProperty(int, int);
|