commit | 5f9c0cadc7d5d06922812c7b2547e0f961b98719 | [log] [tgz] |
---|---|---|
author | Jeffrey Sharkey | Tue Mar 31 10:38:17 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 31 10:38:17 2009 -0700 |
tree | dd469dc99a814a811a8c6d988ac887405c645f1b | |
parent | 30914394869254ea6cfe0efda0badb6d7fd7a3c3 [diff] |
AI 143722: Correctly format phone numbers in call log, instead of leaving raw numbers. Caches Editable and Locale values to minimize allocations, and caches formatted values along with other ContactInfo details. We need to be extremely careful with this change, as it impacts a performance-sensitive codepath: scrolling through the call log. BUG=1741249 Automated import of CL 143722