Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 10 of 10) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCurrentXmlHandler.java55 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
121 static String getValue(Attributes attributes, String key) { in getValue()
128 private boolean isDeprecated(Attributes attributes) { in isDeprecated()
132 private boolean isAbstract(Attributes attributes) { in isAbstract()
136 private boolean isEnum(Attributes attributes) { in isEnum()
DDexDepsXmlHandler.java49 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/cts/tests/tests/drm/src/android/drm/cts/
DDrmEventTest.java30 HashMap<String, Object> attributes = new HashMap<String, Object>(3); in testGetAttribute() local
146 boolean isInfo, int id, String msg, HashMap<String, Object> attributes) { in createDrmEvent()
166 HashMap<String, Object> attributes, String key, boolean isInfo) throws Exception { in checkGetAttributeWithEventType()
DDrmInfoRequestTest.java64 HashMap<String, Object> attributes = new HashMap<String, Object>(3); in testPutAndGetKeys() local
DDrmInfoTest.java74 HashMap<String, Object> attributes = new HashMap<String, Object>(3); in testPutAndGetKeys() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPackageXmlParser.java74 public void startElement(String uri, String localName, String name, Attributes attributes) { in startElement()
171 private String getTestType(Attributes attributes) { in getTestType()
DTestPlan.java67 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/cts/tools/selinux/test/
Dtestrunner.py14 attributes = { variable
/cts/tests/tests/graphics/src/android/opengl/cts/
DEglConfigGLSurfaceView.java245 int[] attributes = { in printConfig() local
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java824 List<DexAnnotationAttribute> attributes) { in convertAnnotationElements()