Home
last modified time | relevance | path

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

/cts/tools/utils/cts/
Dtools.py226 def GetAndroidAttr(self, tag, attr_name): argument
237 return element.getAttributeNS('http://schemas.android.com/apk/res/android', attr_name)
239 def GetAttr(self, tag, attr_name): argument
250 return element.getAttribute(attr_name)