Use String.replace on non-regex string queries In some occasions, String.replaceAll is used over String.replace for simple String replacements. This will lead to a regex matcher being created and will lead to unnecessary memory performance impact. Test: atest CtsIcu4cTestCases CtsIcuTestCases CtsLibcoreTestCases CtsLibcoreOjTestCases CtsBionicTestCases CtsTextTestCases minikin_tests -- --abi x86_64 Bug: 402755031 Change-Id: Ib89ca08fb1f23e6acbab04c761937d1058c2d5ad