Home
last modified time | relevance | path

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

12

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCurrentXmlHandler.java63 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
138 static String getValue(Attributes attributes, String key) { in getValue()
145 private boolean isDeprecated(Attributes attributes) { in isDeprecated()
149 private static boolean is(Attributes attributes, String valueName) { in is()
153 private boolean isEnum(Attributes attributes) { in isEnum()
DDexDepsXmlHandler.java50 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
DCtsReportHandler.java51 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
DTestModuleConfigHandler.java58 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioFocusTest.java173 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLoss() local
178 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossHandler() local
184 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransient() local
190 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientHandler() local
202 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientDuck() local
214 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientDuckHandler() local
228 final AudioAttributes[] attributes = {ATTR_MEDIA, ATTR_A11Y}; in testAudioFocusRequestForceDuckNotA11y() local
235 final AudioAttributes[] attributes = {ATTR_DRIVE_DIR, ATTR_A11Y}; in testAudioFocusRequestA11y() local
696 private void doTestTwoPlayersGainLoss(int gainType, AudioAttributes[] attributes, in doTestTwoPlayersGainLoss()
714 AudioAttributes[] attributes, boolean useHandlerInListener, in doTestTwoPlayersGainLoss()
DAudioAttributesTest.java164 AudioAttributes attributes = getAudioAttributesWithEmergencySystemUsage(); in testGetUsage_returnsUnknownWhenSystemUsageSet() local
171 AudioAttributes attributes = new AudioAttributes.Builder() in testGetSystemUsage_returnsSetUsage() local
181 AudioAttributes attributes = new AudioAttributes.Builder() in testSpatializationAttr() local
190 AudioAttributes attributes = new AudioAttributes.Builder() in testSpatializationAttr() local
357 private static int getSystemUsage(AudioAttributes attributes) in getSystemUsage()
DDevicesForAttributesTest.java176 final AudioAttributes[] attributes = { MEDIA_ATTR, COMMUNICATION_ATTR }; in testListenerWithMultipleAttributes() local
252 public void onDevicesForAttributesChanged(AudioAttributes attributes, in onDevicesForAttributesChanged()
DAudioTrackLatencyTest.java120 AudioAttributes attributes = new AudioAttributes.Builder() in createStreamAudioTrack() local
334 AudioAttributes attributes = attributesBuilder.build(); in createCustomAudioTrack() local
/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.java66 HashMap<String, Object> attributes = new HashMap<String, Object>(3); in testPutAndGetKeys() local
DDrmInfoTest.java77 HashMap<String, Object> attributes = new HashMap<String, Object>(3); in testPutAndGetKeys() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DNullTextView.java31 public NullTextView(Context context, AttributeSet attributes) { in NullTextView()
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
Dmockspellchecker.proto27 optional int32 attributes = 2; field
/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/
DCameraAttributesTest.java50 CameraAttributes attributes = new CameraAttributes.Builder(anchorPointInWorldSpace, in testCreateCameraAttributesRequest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DShaderHelper.java177 …kProgram(final int vertexShaderHandle, final int fragmentShaderHandle, final String[] attributes) { in createAndLinkProgram()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestModuleConfigHandler.java60 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
DXmlHandler.java78 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
DTestSuiteTradefedParser.java137 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/cts/tests/tests/telecom/src/android/telecom/cts/
DCallStreamingTest.java113 CallAttributes attributes = new CallAttributes.Builder(TestUtils.TEST_SELF_MANAGED_HANDLE_1, in testStartCallStreaming() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationChannelTest.java155 AudioAttributes attributes = new AudioAttributes.Builder() in testSound() local
/cts/libs/webkit-shared/src/android/webkit/cts/
DIWebServer.aidl62 String getSetCookieUrl(String path, String key, String value, String attributes); in getSetCookieUrl()
/cts/common/device-side/bedstead/testapp/tools/index/
Dindex_testapps.py57 def __init__(self, name, attributes, children): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DPreferredMixerAttributesTestActivity.java276 public void onPreferredMixerAttributesChanged(AudioAttributes attributes, in onPreferredMixerAttributesChanged()
/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigGLSurfaceView.java245 int[] attributes = { in printConfig() local
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java233 int[] attributes = { in printConfig() local

12