Home
last modified time | relevance | path

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

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DMainActivityTest.java69 Map<String, Short> propertyNameTable = parser.getIds(); in testTextView() local
72 assertNotNull(propertyNameTable); in testTextView()
76 textViewProperties.get(propertyNameTable.get("meta:__name__"))); in testTextView()
79 textViewProperties.get(propertyNameTable.get("text:text"))); in testTextView()