Home
last modified time | relevance | path

Searched refs:newTag (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
DExifModifier.java111 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local
112 if (newTag != null) { in commit()
113 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()
114 || newTag.getDataType() != oldTag.getDataType()) { in commit()
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifModifier.java112 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local
113 if (newTag != null) { in commit()
114 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()
115 || newTag.getDataType() != oldTag.getDataType()) { in commit()
118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifModifier.java112 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local
113 if (newTag != null) { in commit()
114 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()
115 || newTag.getDataType() != oldTag.getDataType()) { in commit()
118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1726 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover() local
1728 return newTag; in rediscover()