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: Icd58ecef7a761f8c6bd0f44ce201d571373dbd22
Loading
Please register or sign in to comment