Home
last modified time | relevance | path

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

12

/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
DApiXmlHandler.java63 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
138 public 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()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioAttributesTest.java166 AudioAttributes attributes = getAudioAttributesWithEmergencySystemUsage(); in testGetUsage_returnsUnknownWhenSystemUsageSet() local
173 AudioAttributes attributes = new AudioAttributes.Builder() in testGetSystemUsage_returnsSetUsage() local
183 AudioAttributes attributes = new AudioAttributes.Builder() in testSpatializationAttr() local
192 AudioAttributes attributes = new AudioAttributes.Builder() in testSpatializationAttr() local
359 private static int getSystemUsage(AudioAttributes attributes) in getSystemUsage()
DAudioFocusTest.java302 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLoss() local
308 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossHandler() local
314 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransient() local
321 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientHandler() local
329 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientDuck() local
337 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientDuckHandler() local
347 final AudioAttributes[] attributes = {ATTR_MEDIA, ATTR_A11Y}; in testAudioFocusRequestForceDuckNotA11y() local
355 final AudioAttributes[] attributes = {ATTR_DRIVE_DIR, ATTR_A11Y}; in testAudioFocusRequestA11y() local
1136 private void doTestTwoPlayersGainLoss(int gainType, AudioAttributes[] attributes, in doTestTwoPlayersGainLoss()
1154 AudioAttributes[] attributes, boolean useHandlerInListener, in doTestTwoPlayersGainLoss()
DDevicesForAttributesTest.java180 final AudioAttributes[] attributes = { MEDIA_ATTR, COMMUNICATION_ATTR }; in testListenerWithMultipleAttributes() local
256 public void onDevicesForAttributesChanged(AudioAttributes attributes, in onDevicesForAttributesChanged()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java272 final Bundle attributes = generateAttributes(seed++); in setAttributes() local
273 updateMedia(entry.getValue(), attributes); in setAttributes() local
282 fileToAttributes.put(entry.getKey(), attributes); in setAttributes() local
290 final Bundle attributes = new Bundle(); in generateAttributes() local
321 private boolean updateMedia(Uri uri, Bundle attributes) { in updateMedia()
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/
DTranslucentFloatingActivity.java32 WindowManager.LayoutParams attributes = getWindow().getAttributes(); in onCreate() 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/cts-api-coverage/src/com/android/cts/apicoverage/
DDexDepsXmlHandler.java55 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
DCtsReportHandler.java52 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
DTestModuleConfigHandler.java59 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/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.java118 CallAttributes attributes = new CallAttributes.Builder(ACCOUNT_HANDLE, in testStartCallStreaming() local
/cts/libs/webkit-shared/src/android/webkit/cts/
DIWebServer.aidl62 String getSetCookieUrl(String path, String key, String value, String attributes); in getSetCookieUrl()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationChannelTest.java242 AudioAttributes attributes = new AudioAttributes.Builder() in testSound() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DPreferredMixerAttributesTestActivity.java276 public void onPreferredMixerAttributesChanged(AudioAttributes attributes, in onPreferredMixerAttributesChanged()
/cts/common/device-side/bedstead/testapp/tools/index/
Dindex_testapps.py57 def __init__(self, name, attributes, children): argument
/cts/tests/tests/opengl/src/android/opengl/cts/
DEglConfigGLSurfaceView.java245 int[] attributes = { in printConfig() local

12