HomeSort by relevance Sort by last modified time
    Searched refs:oldTag (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManagerProxy.java 45 String oldTag, String oldPhoneNumber,
49 efid, oldTag, oldPhoneNumber, newTag, newPhoneNumber, pin2);
IIccPhoneBook.aidl 65 * @param oldTag adn tag to be replaced
67 * Set both oldTag and oldPhoneNubmer to "" means to replace an
77 String oldTag, String oldPhoneNumber,
90 * @param oldTag adn tag to be replaced
92 * Set both oldTag and oldPhoneNubmer to "" means to replace an
103 String oldTag, String oldPhoneNumber,
UiccPhoneBookController.java 47 updateAdnRecordsInEfBySearch (int efid, String oldTag, String oldPhoneNumber,
49 return updateAdnRecordsInEfBySearchForSubscriber(getDefaultSubscription(), efid, oldTag,
54 updateAdnRecordsInEfBySearchForSubscriber(long subId, int efid, String oldTag,
60 return iccPbkIntMgrProxy.updateAdnRecordsInEfBySearch(efid, oldTag,
IccPhoneBookInterfaceManager.java 146 * @param oldTag adn tag to be replaced
148 * Set both oldTag and oldPhoneNubmer to "" means to replace an
159 String oldTag, String oldPhoneNumber,
172 " ("+ oldTag + "," + oldPhoneNumber + ")"+ "==>" +
182 AdnRecord oldAdn = new AdnRecord(oldTag, oldPhoneNumber);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifModifier.java 110 ExifTag oldTag = parser.getTag();
111 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
113 if (newTag.getComponentCount() != oldTag.getComponentCount()
114 || newTag.getDataType() != oldTag.getDataType()) {
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
118 currIfd.removeTag(oldTag.getTagId());
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifModifier.java 110 ExifTag oldTag = parser.getTag();
111 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
113 if (newTag.getComponentCount() != oldTag.getComponentCount()
114 || newTag.getDataType() != oldTag.getDataType()) {
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
118 currIfd.removeTag(oldTag.getTagId());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifModifier.java 111 ExifTag oldTag = parser.getTag();
112 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
114 if (newTag.getComponentCount() != oldTag.getComponentCount()
115 || newTag.getDataType() != oldTag.getDataType()) {
118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
119 currIfd.removeTag(oldTag.getTagId());
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifModifier.java 110 ExifTag oldTag = parser.getTag();
111 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
113 if (newTag.getComponentCount() != oldTag.getComponentCount()
114 || newTag.getDataType() != oldTag.getDataType()) {
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
118 currIfd.removeTag(oldTag.getTagId());
  /packages/apps/Mms/src/com/android/mms/exif/
ExifModifier.java 112 ExifTag oldTag = parser.getTag();
113 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
115 if (newTag.getComponentCount() != oldTag.getComponentCount()
116 || newTag.getDataType() != oldTag.getDataType()) {
119 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
120 currIfd.removeTag(oldTag.getTagId());
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 705 int oldTag = mTag;
707 return oldTag;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 288 TagDecl *oldTag = oldTagType->getDecl();
289 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) {
    [all...]

Completed in 419 milliseconds