Searched refs:newTag (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifModifier.java | 112 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/Camera2/src/com/android/camera/exif/ |
D | ExifModifier.java | 111 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/ |
D | ExifModifier.java | 112 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/services/Telephony/tests/src/com/android/phone/ |
D | SimPhonebookProviderTest.java | 1402 final String newTag = values.getAsString(IccProvider.STR_NEW_TAG); in updateAdnRecordsInEfBySearchForSubscriber() local 1405 newTag, newPhoneNumber, pin2); in updateAdnRecordsInEfBySearchForSubscriber() 1410 String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) { in updateAdnRecordsInEfBySearchForSubscriber() argument 1415 addRecord(subId, efid, newTag, newPhoneNumber); in updateAdnRecordsInEfBySearchForSubscriber() 1422 final String newTag = values.getAsString(IccProvider.STR_NEW_TAG); in updateAdnRecordsInEfByIndexForSubscriber() local 1424 return updateAdnRecordsInEfByIndexForSubscriber(subId, efid, newTag, newPhoneNumber, in updateAdnRecordsInEfByIndexForSubscriber() 1429 private boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, in updateAdnRecordsInEfByIndexForSubscriber() argument 1433 records[index - 1] = new AdnRecord(efid, index, newTag, newPhoneNumber); in updateAdnRecordsInEfByIndexForSubscriber()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 1951 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover() local 1953 return newTag; in rediscover()
|