[Android] Rename AutofillProfile::Source to RecordType in Java code Related Chromium changes: https://source.chromium.org/chromium/chromium/src/+/481a48fe5621871e3ea8ec53905a900cd847c48e Rename AutofillProfile::Source to RecordType Home/Work account addresses are being introduced, making the Source name confusing. Furthermore, RecordType is consistent with what payment Autofill is using. See [1] for more details. This CL renames the enum and relevant AutofillProfile fields as well as related enums like AutofillProfileSourceCategory. It takes some shortcuts (since the CL is already huge) and doesn't rename any Java or TypeScript code. This will be done in a follow-up. https://chromium-review.googlesource.com/c/chromium/src/+/5783919/comment/34918a12_b18c6c44/ Low-Coverage-Reason: TRIVIAL_CHANGE Mass renaming Bug: 354706653 Change-Id: Ia45cd6d467360121b75c08a1fc301d6753802088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5811967 and https://source.chromium.org/chromium/chromium/src/+/68a2a8e5a99d199e500f784c0fd6bc303b1623a0 Rename AutofillProfile::Source in Java code Follow-up to crrev.com/c/5811967. Bug: 354706653 Change-Id: I18e5ebd44ffc04b85e12c484952f928d2b01d5e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5817283