/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/CarServiceTest/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 | 430 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/ |
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/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/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 616 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/ |
D | KitchenSinkActivity.java | 636 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/ |
D | CarPropertyManager.java | 2399 public boolean getBooleanProperty(int propertyId, int areaId) { in getBooleanProperty() method in CarPropertyManager
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 989 method @Deprecated public boolean getBooleanProperty(int, int); 1050 method @Deprecated public boolean getBooleanProperty(int, int);
|
D | lint-baseline.txt | 1522 UnflaggedApi: android.car.hardware.property.CarPropertyManager#getBooleanProperty(int, int): 1523 …th @FlaggedApi: method android.car.hardware.property.CarPropertyManager.getBooleanProperty(int,int)
|
D | test-current.txt | 1062 method @Deprecated public boolean getBooleanProperty(int, int); 1123 method @Deprecated public boolean getBooleanProperty(int, int);
|
D | current.txt | 911 method 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 | system-current.txt | 989 method @Deprecated public boolean getBooleanProperty(int, int); 1050 method @Deprecated public boolean getBooleanProperty(int, int);
|
D | current.txt | 911 method public boolean getBooleanProperty(int, int);
|