Searched refs:newTag (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManagerProxy.java46 String newTag, String newPhoneNumber,
49 efid, oldTag, oldPhoneNumber, newTag, newPhoneNumber, pin2);
53 updateAdnRecordsInEfByIndex(int efid, String newTag, argument
56 newTag, newPhoneNumber, index, pin2);
44 updateAdnRecordsInEfBySearch(int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) argument
H A DIIccPhoneBook.aidl69 * @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 ad
[all...]
H A DUiccPhoneBookController.java49 String newTag, String newPhoneNumber, String pin2) throws android.os.RemoteException {
51 oldPhoneNumber, newTag, newPhoneNumber, pin2);
57 String oldPhoneNumber, String newTag, String newPhoneNumber,
63 oldPhoneNumber, newTag, newPhoneNumber, pin2);
73 updateAdnRecordsInEfByIndex(int efid, String newTag, argument
75 return updateAdnRecordsInEfByIndexForSubscriber(getDefaultSubscription(), efid, newTag,
81 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, argument
86 return iccPbkIntMgrProxy.updateAdnRecordsInEfByIndex(efid, newTag,
48 updateAdnRecordsInEfBySearch(int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) argument
56 updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) argument
H A DIccPhoneBookInterfaceManager.java150 * @param newTag adn tag to be stored
152 * Set both newTag and newPhoneNubmer to "" means to replace the old
160 String newTag, String newPhoneNumber, String pin2) {
173 " ("+ newTag + "," + newPhoneNumber + ")"+ " pin2=" + pin2);
183 AdnRecord newAdn = new AdnRecord(newTag, newPhoneNumber);
203 * @param newTag adn tag to be stored
205 * Set both newTag and newPhoneNubmer to "" means to replace the old
212 updateAdnRecordsInEfByIndex(int efid, String newTag, argument
224 "("+ newTag + "," + newPhoneNumber + ")"+ " pin2=" + pin2);
230 AdnRecord newAdn = new AdnRecord(newTag, newPhoneNumbe
158 updateAdnRecordsInEfBySearch(int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) argument
[all...]
H A DIccProvider.java376 String newTag = values.getAsString("newTag");
381 newTag, newNumber, pin2, subId);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifModifier.java111 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()));
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java81 final String newTag = xml.getParentFile().getName() + '/' + xmlNoExtension;
82 File original = stripFileAndGetOriginal(xml, newTag);
123 final String newTag = original.getParentFile().getName() + '/' + xmlNoExtension;
125 parseExpressions(newTag, rootView, isMerge, bundle);
132 private void parseExpressions(String newTag, final XMLParser.ElementContext rootView, argument
223 tag = newTag + "_" + tagNumber;
426 private void stripBindingTags(File xml, String newTag) throws IOException { argument
427 String res = XmlEditor.strip(xml, newTag);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java50 public static String strip(File f, String newTag) throws IOException { argument
88 recurseReplace(layoutNode, lines, noTag, newTag, 0);
279 String newTag, int bindingIndex) {
283 if (!isMerge && (hasExpressionAttributes(node) || newTag != null || containsInclude)) {
285 if (newTag != null) {
286 tag = "android:tag=\"" + newTag + "_" + bindingIndex + "\"";
309 nextTag = newTag;
277 recurseReplace(XMLParser.ElementContext node, ArrayList<String> lines, ArrayList<Pair<String, XMLParser.ElementContext>> noTag, String newTag, int bindingIndex) argument
/frameworks/base/core/java/android/nfc/
H A DTag.java321 Tag newTag = mTagService.rediscover(getServiceHandle());
322 if (newTag != null) {
323 return newTag;
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java199 int newFlags, String newTag, String newPackageName, int newOwnerUid,
207 Slog.d(TAG, "onWakeLockChanging: flags=" + newFlags + ", tag=\"" + newTag
217 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag,
224 onWakeLockAcquired(newFlags, newTag, newPackageName, newOwnerUid, newOwnerPid,
197 onWakeLockChanging(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag, int newFlags, String newTag, String newPackageName, int newOwnerUid, int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 248 milliseconds