/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | UiccPhoneBookController.java | 46 String newTag, String newPhoneNumber, String pin2) throws android.os.RemoteException { in updateAdnRecordsInEfBySearch() argument 48 oldPhoneNumber, newTag, newPhoneNumber, pin2); in updateAdnRecordsInEfBySearch() 54 String oldPhoneNumber, String newTag, String newPhoneNumber, in updateAdnRecordsInEfBySearchForSubscriber() argument 60 oldPhoneNumber, newTag, newPhoneNumber, pin2); in updateAdnRecordsInEfBySearchForSubscriber() 70 updateAdnRecordsInEfByIndex(int efid, String newTag, in updateAdnRecordsInEfByIndex() argument 72 return updateAdnRecordsInEfByIndexForSubscriber(getDefaultSubscription(), efid, newTag, in updateAdnRecordsInEfByIndex() 78 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, in updateAdnRecordsInEfByIndexForSubscriber() argument 83 return iccPbkIntMgr.updateAdnRecordsInEfByIndex(efid, newTag, in updateAdnRecordsInEfByIndexForSubscriber()
|
D | IIccPhoneBook.aidl | 78 String newTag, String newPhoneNumber, in updateAdnRecordsInEfBySearch() argument 104 String newTag, String newPhoneNumber, in updateAdnRecordsInEfBySearchForSubscriber() argument 121 boolean updateAdnRecordsInEfByIndex(int efid, String newTag, in updateAdnRecordsInEfByIndex() argument 141 boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, in updateAdnRecordsInEfByIndexForSubscriber() argument
|
D | IccPhoneBookInterfaceManager.java | 163 String newTag, String newPhoneNumber, String pin2) { in updateAdnRecordsInEfBySearch() argument 176 Rlog.pii(LOG_TAG, oldPhoneNumber) + ")" + "==>" + " ("+ Rlog.pii(LOG_TAG, newTag) + in updateAdnRecordsInEfBySearch() 187 AdnRecord newAdn = new AdnRecord(newTag, newPhoneNumber); in updateAdnRecordsInEfBySearch() 216 updateAdnRecordsInEfByIndex(int efid, String newTag, in updateAdnRecordsInEfByIndex() argument 228 Rlog.pii(LOG_TAG, newTag) + "," + Rlog.pii(LOG_TAG, newPhoneNumber) + ")" + in updateAdnRecordsInEfByIndex() 235 AdnRecord newAdn = new AdnRecord(newTag, newPhoneNumber); in updateAdnRecordsInEfByIndex()
|
D | IccProvider.java | 378 String newTag = values.getAsString("newTag"); in update() local 383 newTag, newNumber, pin2, subId); in update()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
D | AbstractLogdSizePreferenceController.java | 151 String newTag = currentTag.replaceAll( in writeLogdSizeOption() local 167 if (newTag.length() != 0) { in writeLogdSizeOption() 168 newTag = "," + newTag; in writeLogdSizeOption() 171 newTag = SELECT_LOGD_TAG_SILENCE + newTag; in writeLogdSizeOption() 173 if (!newTag.equals(currentTag)) { in writeLogdSizeOption() 174 SystemProperties.set(SELECT_LOGD_TAG_PROPERTY, newTag); in writeLogdSizeOption()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifModifier.java | 111 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local 112 if (newTag != null) { in commit() 113 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit() 114 || newTag.getDataType() != oldTag.getDataType()) { in commit() 117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
D | XmlEditor.java | 52 public static String strip(File f, String newTag, String encoding) throws IOException { in strip() argument 90 recurseReplace(layoutNode, lines, noTag, newTag, 0); in strip() 292 String newTag, int bindingIndex) { in recurseReplace() argument 296 if (!isMerge && (hasExpressionAttributes(node) || newTag != null || containsInclude)) { in recurseReplace() 298 if (newTag != null) { in recurseReplace() 299 tag = "android:tag=\"" + newTag + "_" + bindingIndex + "\""; in recurseReplace() 322 nextTag = newTag; in recurseReplace()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
D | LayoutFileParser.java | 124 final String newTag = original.getParentFile().getName() + '/' + xmlNoExtension; in parseOriginalXml() local 126 parseExpressions(newTag, rootView, isMerge, bundle); in parseOriginalXml() 143 private void parseExpressions(String newTag, final XMLParser.ElementContext rootView, in parseExpressions() argument 232 tag = newTag + "_" + tagNumber; in parseExpressions() 433 …private void stripBindingTags(File xml, File output, String newTag, String encoding) throws IOExce… in stripBindingTags() argument 434 String res = XmlEditor.strip(xml, newTag, encoding); in stripBindingTags()
|
/frameworks/base/core/java/android/nfc/ |
D | Tag.java | 321 Tag newTag = mTagService.rediscover(getServiceHandle()); in rediscover() local 322 if (newTag != null) { in rediscover() 323 return newTag; in rediscover()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 265 int newFlags, String newTag, String newPackageName, int newOwnerUid, in onWakeLockChanging() argument 273 Slog.d(TAG, "onWakeLockChanging: flags=" + newFlags + ", tag=\"" + newTag in onWakeLockChanging() 283 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging() 290 onWakeLockAcquired(newFlags, newTag, newPackageName, newOwnerUid, newOwnerPid, in onWakeLockChanging()
|
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/ |
D | ExifInterfaceTest.java | 637 final String newTag = ExifInterface.TAG_PHOTOGRAPHIC_SENSITIVITY; in testInterchangeabilityBetweenTwoIsoSpeedTags() local 643 assertEquals(isoValue, exif.getAttribute(newTag)); in testInterchangeabilityBetweenTwoIsoSpeedTags() 646 exif.setAttribute(newTag, isoValue); in testInterchangeabilityBetweenTwoIsoSpeedTags() 648 assertEquals(isoValue, exif.getAttribute(newTag)); in testInterchangeabilityBetweenTwoIsoSpeedTags()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |