commit | a533d6332796d4534e586ca1801c96cb36046773 | [log] [tgz] |
---|---|---|
author | Jack Yu <[email protected]> | Fri Sep 30 13:53:46 2022 -0700 |
committer | Jack Yu <[email protected]> | Fri Sep 30 23:56:46 2022 +0000 |
tree | 45ddfcdd3e6093b4e58bfcb78f9523e47d86364c | |
parent | 6294379782e9c21ff64e6e32acc3dbecb8c797f8 [diff] |
Fixed potential string conversion issues Replaced all toLowerCase() with toLowerCase(Locale.ROOT). Replaced all toUpperCase() with toUpperCase(Locale.ROOT). Fix: 250048156 Test: atest FrameworksTelephonyTests + Basic testing Change-Id: I1dbfed792475377cd07bcf2b8265f2ae3a1117fc