Home
last modified time | relevance | path

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

/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/
DTestPropertyMapper.java28 private final HashMap<String, Integer> mAttributeIds = new HashMap<>(); field in TestPropertyMapper
39 return mAttributeIds.getOrDefault(name, 0); in getAttributeId()
132 mAttributeIds.put(name, attributeId); in map()