HomeSort by relevance Sort by last modified time
    Searched full:newtag (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccPhoneBookController.java 46 String newTag, String newPhoneNumber, String pin2) throws android.os.RemoteException {
48 oldPhoneNumber, newTag, newPhoneNumber, pin2);
54 String oldPhoneNumber, String newTag, String newPhoneNumber,
60 oldPhoneNumber, newTag, newPhoneNumber, pin2);
70 updateAdnRecordsInEfByIndex(int efid, String newTag,
72 return updateAdnRecordsInEfByIndexForSubscriber(getDefaultSubscription(), efid, newTag,
78 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag,
83 return iccPbkIntMgr.updateAdnRecordsInEfByIndex(efid, newTag,
IIccPhoneBook.aidl 69 * @param newTag adn tag to be stored
71 * Set both newTag and newPhoneNubmer to "" means to replace the old
78 String newTag, String newPhoneNumber,
94 * @param newTag adn tag to be stored
96 * Set both newTag and newPhoneNubmer to "" means to replace the old
104 String newTag, String newPhoneNumber,
113 * @param newTag adn tag to be stored
115 * Set both newTag and newPhoneNubmer to "" means to replace the old
121 boolean updateAdnRecordsInEfByIndex(int efid, String newTag,
132 * @param newTag adn tag to be store
    [all...]
IccPhoneBookInterfaceManager.java 153 * @param newTag adn tag to be stored
155 * Set both newTag and newPhoneNubmer to "" means to replace the old
163 String newTag, String newPhoneNumber, String pin2) {
176 Rlog.pii(LOG_TAG, oldPhoneNumber) + ")" + "==>" + " ("+ Rlog.pii(LOG_TAG, newTag) +
187 AdnRecord newAdn = new AdnRecord(newTag, newPhoneNumber);
207 * @param newTag adn tag to be stored
209 * Set both newTag and newPhoneNubmer to "" means to replace the old
216 updateAdnRecordsInEfByIndex(int efid, String newTag,
228 Rlog.pii(LOG_TAG, newTag) + "," + Rlog.pii(LOG_TAG, newPhoneNumber) + ")" +
235 AdnRecord newAdn = new AdnRecord(newTag, newPhoneNumber)
    [all...]
IccProvider.java 378 String newTag = values.getAsString("newTag");
383 newTag, newNumber, pin2, subId);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifModifier.java 111 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
112 if (newTag != null) {
113 if (newTag.getComponentCount() != oldTag.getComponentCount()
114 || newTag.getDataType() != oldTag.getDataType()) {
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifModifier.java 111 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
112 if (newTag != null) {
113 if (newTag.getComponentCount() != oldTag.getComponentCount()
114 || newTag.getDataType() != oldTag.getDataType()) {
117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifModifier.java 112 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
113 if (newTag != null) {
114 if (newTag.getComponentCount() != oldTag.getComponentCount()
115 || newTag.getDataType() != oldTag.getDataType()) {
118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifModifier.java 112 ExifTag newTag = currIfd.getTag(oldTag.getTagId());
113 if (newTag != null) {
114 if (newTag.getComponentCount() != oldTag.getComponentCount()
115 || newTag.getDataType() != oldTag.getDataType()) {
118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategyTest.java 138 " <newtag>^\n",
141 " <newtag>\n" +
148 " <newtag/>^\n",
151 " <newtag/>\n" +
158 " <newtag^\n",
160 " <newtag\n" +
167 " <newtag ^attribute='value'/>\n",
170 " <newtag \n" +
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
TranslateJcite.java 173 String newTag = snippetLocator.substring(snippetLocatorPrefix.length());
175 newTag = newTag.trim();
178 return AstNodes.createTextTagElement(ast, "@sample " + fileName + " " + newTag);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
XmlEditor.java 50 public static String strip(File f, String newTag, String encoding) throws IOException {
88 recurseReplace(layoutNode, lines, noTag, newTag, 0);
290 String newTag, int bindingIndex) {
294 if (!isMerge && (hasExpressionAttributes(node) || newTag != null || containsInclude)) {
296 if (newTag != null) {
297 tag = "android:tag=\"" + newTag + "_" + bindingIndex + "\"";
320 nextTag = newTag;
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java 124 final String newTag = original.getParentFile().getName() + '/' + xmlNoExtension;
126 parseExpressions(newTag, rootView, isMerge, bundle);
143 private void parseExpressions(String newTag, final XMLParser.ElementContext rootView,
232 tag = newTag + "_" + tagNumber;
433 private void stripBindingTags(File xml, File output, String newTag, String encoding) throws IOException {
434 String res = XmlEditor.strip(xml, newTag, encoding);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ApplicationSpecific.java 187 private byte[] replaceTagNumber(int newTag, byte[] input)
222 tmp[0] = (byte)newTag;
  /frameworks/base/core/java/android/nfc/
Tag.java 321 Tag newTag = mTagService.rediscover(getServiceHandle());
322 if (newTag != null) {
323 return newTag;
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3.pom 380 <newTag>CURRENT</newTag>
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 244 int newFlags, String newTag, String newPackageName, int newOwnerUid,
252 Slog.d(TAG, "onWakeLockChanging: flags=" + newFlags + ", tag=\"" + newTag
262 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag,
269 onWakeLockAcquired(newFlags, newTag, newPackageName, newOwnerUid, newOwnerPid,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gl.py 50 'moves', 'multimap', 'multmatrix', 'n3f', 'newpup', 'newtag',
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gl.py 50 'moves', 'multimap', 'multmatrix', 'n3f', 'newpup', 'newtag',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 50 'moves', 'multimap', 'multmatrix', 'n3f', 'newpup', 'newtag',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 50 'moves', 'multimap', 'multmatrix', 'n3f', 'newpup', 'newtag',
  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 1485 milliseconds

1 2 3