Searched refs:setAttribute (Results 1 – 10 of 10) sorted by relevance
99 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()
394 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);
60 newEl.setAttribute(attr, value.toString())158 el.setAttribute(attr, currentAttrValue.replace(oldStr, newStr));192 el.setAttribute(attr, `${value}`);
374 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()
1790 public void setAttribute(@NonNull String tag, @Nullable String value) { in setAttribute() method in ExifInterface
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
22753 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/…
31633 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/…
33366 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
22146 method public void setAttribute(@NonNull String, @Nullable String);