HomeSort by relevance Sort by last modified time
    Searched refs:removeTag (Results 1 - 25 of 36) sorted by null

1 2

  /external/nist-sip/java/javax/sip/header/
FromHeader.java 11 void removeTag();
ToHeader.java 11 void removeTag();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java 97 protected void removeTag(short tagId) {
ExifOutputStream.java 247 data.removeTag(t.getTagId(), t.getIfd());
394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
395 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
421 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
422 ifd1.removeTag(ExifInterface
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
427 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
428 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
429 ifd1.removeTag(ExifInterface
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifModifier.java 118 currIfd.removeTag(oldTag.getTagId());
ExifInterface.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java 97 protected void removeTag(short tagId) {
ExifOutputStream.java 247 data.removeTag(t.getTagId(), t.getIfd());
394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
395 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
421 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
422 ifd1.removeTag(ExifInterface
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
427 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
428 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
429 ifd1.removeTag(ExifInterface
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifModifier.java 118 currIfd.removeTag(oldTag.getTagId());
ExifInterface.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 97 protected void removeTag(short tagId) {
ExifOutputStream.java 247 data.removeTag(t.getTagId(), t.getIfd());
394 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
395 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
421 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
422 ifd1.removeTag(ExifInterface
426 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
427 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
428 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
429 ifd1.removeTag(ExifInterface
ExifData.java 204 protected void removeTag(short tagId, int ifdId) {
209 ifdData.removeTag(tagId);
ExifModifier.java 119 currIfd.removeTag(oldTag.getTagId());
ExifInterface.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
IfdData.java 97 protected void removeTag(short tagId) {
ExifOutputStream.java 251 data.removeTag(t.getTagId(), t.getIfd());
398 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
399 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
425 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
426 ifd1.removeTag(ExifInterface
430 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_OFFSETS));
431 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_STRIP_BYTE_COUNTS));
432 ifd1.removeTag(ExifInterface.getTrueTagKey(ExifInterface.TAG_JPEG_INTERCHANGE_FORMAT));
433 ifd1.removeTag(ExifInterface
ExifData.java 205 protected void removeTag(short tagId, int ifdId) {
210 ifdData.removeTag(tagId);
ExifModifier.java 119 currIfd.removeTag(oldTag.getTagId());
  /external/nist-sip/java/gov/nist/javax/sip/header/
From.java 132 public void removeTag() {
To.java 161 public void removeTag() {
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java     [all...]

Completed in 892 milliseconds

1 2