Home
last modified time | relevance | path

Searched refs:isGlobalProperty (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarCabinManagerTest.java73 assertThat(property.isGlobalProperty()).isFalse(); in assertTypeAndZone()
112 assertThat(property.isGlobalProperty()).isFalse(); in assertTypeAndZone()
124 if (!property.isGlobalProperty()) { in checkIntMinMax()
DCarHvacManagerTest.java122 .that(property.isGlobalProperty()).isEqualTo(global); in checkTypeAndGlobal()
127 if (!property.isGlobalProperty()) { in checkIntMinMax()
152 if (!property.isGlobalProperty()) { in checkFloatMinMax()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java232 public boolean isGlobalProperty() { in isGlobalProperty() method in CarPropertyConfig
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java424 if (propConfig.isGlobalProperty()) { in getAreaId()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java256 if (config.isGlobalProperty()) { in getAndDispatchPropertyInitValue()
/packages/services/Car/car-lib/api/
Dcurrent.txt439 method public boolean isGlobalProperty();