Home
last modified time | relevance | path

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

/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/
DTestPropertyMapper.java38 int getAttributeId(String name) { in getAttributeId() method in TestPropertyMapper
DPlatformInspectableProcessorTest.java108 assertEquals(R.attr.value, mPropertyMapper.getAttributeId("value")); in testInferredAttributeId()
148 assertEquals(Resources.ID_NULL, mPropertyMapper.getAttributeId("value")); in testHasAttributeIdFalse()
161 assertEquals(0xdecafbad, mPropertyMapper.getAttributeId("value")); in testAttributeIdEquals()