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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IIccPhoneBook.aidl 55 * @param oldTag adn tag to be replaced
57 * Set both oldTag and oldPhoneNubmer to "" means to replace an
67 String oldTag, String oldPhoneNumber,
IccPhoneBookInterfaceManagerProxy.java 49 String oldTag, String oldPhoneNumber,
53 efid, oldTag, oldPhoneNumber, newTag, newPhoneNumber, pin2);
IccPhoneBookInterfaceManager.java 147 * @param oldTag adn tag to be replaced
149 * Set both oldTag and oldPhoneNubmer to "" means to replace an
161 String oldTag, String oldPhoneNumber,
174 " ("+ oldTag + "," + oldPhoneNumber + ")"+ "==>" +
184 AdnRecord oldAdn = new AdnRecord(oldTag, oldPhoneNumber);
  /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/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 703 int oldTag = mTag;
705 return oldTag;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 231 TagDecl *oldTag = oldTagType->getDecl();
232 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) {
    [all...]

Completed in 202 milliseconds