Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestHttpClient.java99 this.context.setAttribute(ExecutionContext.HTTP_REQUEST, request); in execute()
100 this.context.setAttribute(ExecutionContext.HTTP_TARGET_HOST, targetHost); in execute()
101 this.context.setAttribute(ExecutionContext.HTTP_CONNECTION, conn); in execute()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DImageExporter.java394 exif.setAttribute(ExifInterface.TAG_IMAGE_UNIQUE_ID, uniqueId.toString());
396 exif.setAttribute(ExifInterface.TAG_SOFTWARE, "Android " + Build.DISPLAY);
397 exif.setAttribute(ExifInterface.TAG_IMAGE_WIDTH, Integer.toString(width));
398 exif.setAttribute(ExifInterface.TAG_IMAGE_LENGTH, Integer.toString(height));
404 exif.setAttribute(ExifInterface.TAG_DATETIME_ORIGINAL, dateTime);
405 exif.setAttribute(ExifInterface.TAG_SUBSEC_TIME_ORIGINAL, subSec);
406 exif.setAttribute(ExifInterface.TAG_OFFSET_TIME_ORIGINAL, timeZone);
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
H A DDOMFuncs.ts60 newEl.setAttribute(attr, value.toString())
158 el.setAttribute(attr, currentAttrValue.replace(oldStr, newStr));
192 el.setAttribute(attr, `${value}`);
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java374 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in testSaveAttributes_withFileName()
378 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in testSaveAttributes_withFileName()
399 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in testSaveAttributes_withFileDescriptor()
405 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in testSaveAttributes_withFileDescriptor()
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java1790 public void setAttribute(@NonNull String tag, @Nullable String value) { in setAttribute() method in ExifInterface
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt22753 HSPLorg/ccil/cowan/tagsoup/Element;->setAttribute(Ljava/lang/String;Ljava/lang/String;Ljava/lang/St…
22765 HSPLorg/ccil/cowan/tagsoup/ElementType;->setAttribute(Lorg/ccil/cowan/tagsoup/AttributesImpl;Ljava/…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt31633 HSPLorg/ccil/cowan/tagsoup/Element;->setAttribute(Ljava/lang/String;Ljava/lang/String;Ljava/lang/St…
31645 HSPLorg/ccil/cowan/tagsoup/ElementType;->setAttribute(Lorg/ccil/cowan/tagsoup/AttributesImpl;Ljava/…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33366 Landroid/net/sip/SimpleSessionDescription$Fields;->setAttribute(Ljava/lang/String;Ljava/lang/String…
33405 Landroid/net/sip/SimpleSessionDescription;->setAttribute(Ljava/lang/String;Ljava/lang/String;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt22146 method public void setAttribute(@NonNull String, @Nullable String);