OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasArea
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarHvacManagerTest.java
102
assertTrue(property.
hasArea
(areId));
112
assertFalse(property.
hasArea
(0x1 << i));
127
assertTrue(property.
hasArea
(areId));
137
assertFalse(property.
hasArea
(0x1 << i));
/packages/services/Car/car-lib/src/android/car/hardware/
CarPropertyConfig.java
86
public boolean
hasArea
(int areaId) {
Completed in 3839 milliseconds