/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/ |
D | ApiXmlHandler.java | 63 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/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityEmbeddingDividerTests.java | 80 final SplitAttributes attributes = in testSetDividerAttributes_fixed() local 127 final SplitAttributes attributes = in testSetDividerAttributes_draggable() local 168 final SplitAttributes attributes = in testSetDividerAttributes_draggableWithDefaultValues() local 236 final SplitAttributes attributes = in testSetDividerAttributes_splitCalculator() local
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioAttributesTest.java | 189 AudioAttributes attributes = new AudioAttributes.Builder() in testGetUsage_returnsUnknownWhenSystemUsageSet() local 198 AudioAttributes attributes = new AudioAttributes.Builder() in testGetSystemUsage_returnsSetUsage() local 211 AudioAttributes attributes = new AudioAttributes.Builder() in testSpatializationAttr() local 220 AudioAttributes attributes = new AudioAttributes.Builder() in testSpatializationAttr() local
|
D | AudioFocusTest.java | 342 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLoss() local 351 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossHandler() local 360 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransient() local 370 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientHandler() local 378 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientDuck() local 386 final AudioAttributes[] attributes = { ATTR_DRIVE_DIR, ATTR_MEDIA }; in testAudioFocusRequestGainLossTransientDuckHandler() local 396 final AudioAttributes[] attributes = {ATTR_MEDIA, ATTR_A11Y}; in testAudioFocusRequestForceDuckNotA11y() local 407 final AudioAttributes[] attributes = {ATTR_DRIVE_DIR, ATTR_A11Y}; in testAudioFocusRequestA11y() local 1188 private void doTestTwoPlayersGainLoss(int gainType, AudioAttributes[] attributes, in doTestTwoPlayersGainLoss() 1206 AudioAttributes[] attributes, boolean useHandlerInListener, in doTestTwoPlayersGainLoss()
|
D | DevicesForAttributesTest.java | 204 final AudioAttributes[] attributes = { MEDIA_ATTR, COMMUNICATION_ATTR }; in testListenerWithMultipleAttributes() local 280 public void onDevicesForAttributesChanged(AudioAttributes attributes, in onDevicesForAttributesChanged()
|
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/ |
D | StableUrisTest.java | 272 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/ |
D | TranslucentFloatingActivity.java | 32 WindowManager.LayoutParams attributes = getWindow().getAttributes(); in onCreate() local
|
/cts/tests/tests/drm/src/android/drm/cts/ |
D | DrmEventTest.java | 30 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()
|
D | DrmInfoRequestTest.java | 66 HashMap<String, Object> attributes = new HashMap<String, Object>(3); in testPutAndGetKeys() local
|
D | DrmInfoTest.java | 77 HashMap<String, Object> attributes = new HashMap<String, Object>(3); in testPutAndGetKeys() local
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | NullTextView.java | 31 public NullTextView(Context context, AttributeSet attributes) { in NullTextView()
|
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/ |
D | mockspellchecker.proto | 27 optional int32 attributes = 2; field
|
/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/ |
D | CameraAttributesTest.java | 50 CameraAttributes attributes = new CameraAttributes.Builder(anchorPointInWorldSpace, in testCreateCameraAttributesRequest() local
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | BaseAppVerifierImpl.java | 336 public int addCall(AppControlWrapper appControl, CallAttributes attributes) in addCall() 344 public int addCall(AppControlWrapper appControl, CallAttributes attributes, in addCall() 352 public String addCallAndVerify(AppControlWrapper appControl, CallAttributes attributes, in addCallAndVerify() 359 public String addCallAndVerify(AppControlWrapper appControl, CallAttributes attributes) in addCallAndVerify() 368 CallAttributes attributes, in verifyAddEmergencyCall() 387 public void addCallAndVerifyFailure(AppControlWrapper appControl, CallAttributes attributes) in addCallAndVerifyFailure() 393 AppControlWrapper appControl, CallAttributes attributes) throws Exception { in addFailedCallWithCreateConnectionVerify()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/ |
D | ShaderHelper.java | 177 …kProgram(final int vertexShaderHandle, final int fragmentShaderHandle, final String[] attributes) { in createAndLinkProgram()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | DexDepsXmlHandler.java | 55 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
|
D | CtsReportHandler.java | 52 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
|
D | TestModuleConfigHandler.java | 59 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
|
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/ |
D | BaseAppVerifier.java | 299 public String addCallAndVerify(AppControlWrapper appControl, CallAttributes attributes) in addCallAndVerify() 304 public String addCallAndVerify(AppControlWrapper appControl, CallAttributes attributes, in addCallAndVerify() 310 public String addCallAndVerifyNewCall(AppControlWrapper appControl, CallAttributes attributes, in addCallAndVerifyNewCall() 324 AppControlWrapper appControl, CallAttributes attributes) throws Exception { in addOutgoingCallAndVerifyFailure() 329 AppControlWrapper appControl, CallAttributes attributes) throws Exception { in addFailedCallWithCreateConnectionVerify()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | TestModuleConfigHandler.java | 60 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
|
D | XmlHandler.java | 78 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
|
D | TestSuiteTradefedParser.java | 137 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallStreamingTest.java | 119 CallAttributes attributes = new CallAttributes.Builder(ACCOUNT_HANDLE, in testStartCallStreaming() local
|
/cts/libs/webkit-shared/src/android/webkit/cts/ |
D | IWebServer.aidl | 62 String getSetCookieUrl(String path, String key, String value, String attributes); in getSetCookieUrl()
|
/cts/tests/tests/media/projection/helper/src/android/media/projection/cts/helper/ |
D | CallHelperService.java | 103 CallAttributes attributes = in startPhoneCall() local
|