commit | 0a1bccfcda69f8ef31f936ebaa6f03d5ebdee81c | [log] [tgz] |
---|---|---|
author | Jack Yu <jackyu@google.com> | Fri Sep 30 13:51:56 2022 -0700 |
committer | Jack Yu <jackyu@google.com> | Fri Sep 30 23:56:33 2022 +0000 |
tree | 2445b3307b69da0787e34a89705db46ea5ecd200 | |
parent | 44d1af827f4147206f94d92d9b3ebeb2e2de21eb [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: Ib932631b8b2fc2b18d24a0295496c2a581295265