Searched defs:newTag (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccPhoneBookController.java46 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, argument
72 return updateAdnRecordsInEfByIndexForSubscriber(getDefaultSubscription(), efid, newTag,
78 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, argument
83 return iccPbkIntMgr.updateAdnRecordsInEfByIndex(efid, newTag,
45 updateAdnRecordsInEfBySearch(int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) argument
53 updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) argument
H A DIccPhoneBookInterfaceManager.java153 * @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, argument
228 Rlog.pii(LOG_TAG, newTag) + "," + Rlog.pii(LOG_TAG, newPhoneNumber) + ")" +
235 AdnRecord newAdn = new AdnRecord(newTag, newPhoneNumbe
161 updateAdnRecordsInEfBySearch(int efid, String oldTag, String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) argument
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java124 final String newTag = original.getParentFile().getName() + '/' + xmlNoExtension;
126 parseExpressions(newTag, rootView, isMerge, bundle);
143 private void parseExpressions(String newTag, final XMLParser.ElementContext rootView, argument
232 tag = newTag + "_" + tagNumber;
433 private void stripBindingTags(File xml, File output, String newTag, String encoding) throws IOException { argument
434 String res = XmlEditor.strip(xml, newTag, encoding);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java50 public static String strip(File f, String newTag, String encoding) throws IOException { argument
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;
288 recurseReplace(ElementContext node, ArrayList<String> lines, ArrayList<TagAndContext> noTag, String newTag, int bindingIndex) argument
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java244 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,
242 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 126 milliseconds