OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPropertyId
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/car/src/android/car/cts/
CarPropertyValueTest.java
57
int propId = propertyValue.
getPropertyId
();
67
CarPropertyConfig cfg = mPropIdToConfig.get(propertyValue.
getPropertyId
());
109
mPropIdToConfig.put(cfg.
getPropertyId
(), cfg);
113
cfg.getPropertyType(), cfg.
getPropertyId
(), 0);
115
Assert.assertEquals(value.
getPropertyId
(), cfg.
getPropertyId
());
121
cfg.getPropertyType(), cfg.
getPropertyId
(), areaId);
123
Assert.assertEquals(value.
getPropertyId
(), cfg.
getPropertyId
());
CarPropertyConfigTest.java
56
int propId = cfg.
getPropertyId
();
103
int propertyArea = cfg.
getPropertyId
() & VehicleArea.MASK;
118
.append(Integer.toHexString(cfg.
getPropertyId
()))
139
cfg.
getPropertyId
();
CarPropertyManagerTest.java
90
int val = mEventCounter.get(value.
getPropertyId
(), 0) + 1;
91
mEventCounter.put(value.
getPropertyId
(), val);
130
int propId = cfg.
getPropertyId
();
165
assertTrue(mCarPropertyManager.isPropertyAvailable(cfg.
getPropertyId
(), areaId));
178
assertTrue(setBooleanPropertyHelper(cfg.
getPropertyId
(), areaId));
Completed in 102 milliseconds