Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCurrentXmlHandler.java61 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
136 static String getValue(Attributes attributes, String key) { in getValue()
143 private boolean isDeprecated(Attributes attributes) { in isDeprecated()
147 private static boolean is(Attributes attributes, String valueName) { in is()
151 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.java77 public void startElement(String uri, String localName, String name, Attributes attributes) { in startElement()
185 private String getTestType(Attributes attributes) { in getTestType()
212 private Map<String, String> genAttributeMap(Attributes attributes) { in genAttributeMap()
DTestPlan.java67 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/
DDeviceInfoCollectorFuncTest.java53 Map<String, String> attributes = new HashMap<>(); in setUp() local
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DCtsXmlResultReporterTest.java94 Map<String, String> attributes = new HashMap<>(); in setUp() local
/cts/tests/tests/graphics/src/android/opengl/cts/
DEglConfigGLSurfaceView.java245 int[] attributes = { in printConfig() local
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java233 int[] attributes = { in printConfig() local
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java248 protected void print(final PrintDocumentAdapter adapter, final PrintAttributes attributes) { in print()
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackLatencyTest.java276 AudioAttributes attributes = attributesBuilder.build(); in createCustomAudioTrack() local
DAudioTrackTest.java1958 AudioAttributes attributes = (fast ? new AudioAttributes.Builder() in doTestTimestamp() local