OSDN Git Service

AI 143722: Correctly format phone numbers in call log, instead of leaving raw numbers.
authorJeffrey Sharkey <>
Tue, 31 Mar 2009 17:38:17 +0000 (10:38 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 31 Mar 2009 17:38:17 +0000 (10:38 -0700)
commit5f9c0cadc7d5d06922812c7b2547e0f961b98719
treedd469dc99a814a811a8c6d988ac887405c645f1b
parent30914394869254ea6cfe0efda0badb6d7fd7a3c3
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
src/com/android/contacts/RecentCallsListActivity.java