/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
H A D | AbstractLogdSizePreferenceController.java | 152 String newTag = currentTag.replaceAll( in writeLogdSizeOption() local 168 if (newTag.length() != 0) { in writeLogdSizeOption() 169 newTag = "," + newTag; in writeLogdSizeOption() 172 newTag = SELECT_LOGD_TAG_SILENCE + newTag; in writeLogdSizeOption() 174 if (!newTag.equals(currentTag)) { in writeLogdSizeOption() 175 SystemProperties.set(SELECT_LOGD_TAG_PROPERTY, newTag); in writeLogdSizeOption()
|
/aosp12/build/soong/sdk/ |
H A D | bp.go | 159 var newTag android.BpPropertyTag 162 newPropertySet, newTag = transformPropertySet(transformer, name, propertySet, tag) 169 newValue, newTag = transformer.transformProperty(name, value, tag) 178 s.tags[name] = newTag 186 newPropertySet, newTag := transformer.transformPropertySetBeforeContents(name, propertySet, tag) 190 …newPropertySet, newTag = transformer.transformPropertySetAfterContents(name, newPropertySet, newTa… 192 return newPropertySet, newTag
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A 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()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A D | ExifModifier.java | 112 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local 113 if (newTag != null) { in commit() 114 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit() 115 || newTag.getDataType() != oldTag.getDataType()) { in commit() 118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A D | ExifModifier.java | 112 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local 113 if (newTag != null) { in commit() 114 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit() 115 || newTag.getDataType() != oldTag.getDataType()) { in commit() 118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A 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()
|
/aosp12/frameworks/base/core/java/android/nfc/ |
H A D | Tag.java | 325 Tag newTag = mTagService.rediscover(getServiceHandle()); in rediscover() local 326 if (newTag != null) { in rediscover() 327 return newTag; in rediscover()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | UiccPhoneBookController.java | 50 String newTag, String newPhoneNumber, String pin2) throws android.os.RemoteException { in updateAdnRecordsInEfBySearch() argument 54 values.put(IccProvider.STR_NEW_TAG, newTag); in updateAdnRecordsInEfBySearch()
|
H A D | IIccPhoneBook.aidl | 71 String newTag, String newPhoneNumber, in updateAdnRecordsInEfBySearch() argument
|
H A D | IccPhoneBookInterfaceManager.java | 178 final String newTag = values.getAsString(IccProvider.STR_NEW_TAG); in generateAdnRecordWithNewTagByContentValues() local 186 efId, recordNumber, newTag, newPhoneNumber, newEmailArray, newAnrArray); in generateAdnRecordWithNewTagByContentValues()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | Notifier.java | 301 int newFlags, String newTag, String newPackageName, int newOwnerUid, in onWakeLockChanging() argument 309 Slog.d(TAG, "onWakeLockChanging: flags=" + newFlags + ", tag=\"" + newTag in onWakeLockChanging() 319 monitorType, newWorkSource, newOwnerPid, newTag, newHistoryTag, in onWakeLockChanging() 326 onWakeLockAcquired(newFlags, newTag, newPackageName, newOwnerUid, newOwnerPid, in onWakeLockChanging()
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | SimPhonebookProviderTest.java | 1443 final String newTag = values.getAsString(IccProvider.STR_NEW_TAG); in updateAdnRecordsInEfBySearchForSubscriber() local 1446 newTag, newPhoneNumber, pin2); in updateAdnRecordsInEfBySearchForSubscriber() 1451 String oldPhoneNumber, String newTag, String newPhoneNumber, String pin2) { in updateAdnRecordsInEfBySearchForSubscriber() argument 1456 addRecord(subId, efid, newTag, newPhoneNumber); in updateAdnRecordsInEfBySearchForSubscriber() 1463 final String newTag = values.getAsString(IccProvider.STR_NEW_TAG); in updateAdnRecordsInEfByIndexForSubscriber() local 1465 return updateAdnRecordsInEfByIndexForSubscriber(subId, efid, newTag, newPhoneNumber, in updateAdnRecordsInEfByIndexForSubscriber() 1470 private boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag, in updateAdnRecordsInEfByIndexForSubscriber() argument 1474 records[index - 1] = new AdnRecord(efid, index, newTag, newPhoneNumber); in updateAdnRecordsInEfByIndexForSubscriber()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ |
H A D | NfcService.java | 1951 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover() local 1953 return newTag; in rediscover()
|