diff options
author | Yorke Lee <yorkelee@google.com> | 2013-11-20 15:02:49 -0800 |
---|---|---|
committer | Jay Shrauner <shrauner@google.com> | 2014-03-04 20:03:52 +0000 |
commit | ef793edd768d25b43bc4ea597ae68fa0d742be74 (patch) | |
tree | b7416b2add3080d1a9be4451298bf8c3c91fe1b4 /res | |
parent | c5b35dd8c6a5af6a4b82fc83e3b25801eace525f (diff) |
Fix Dialer tests
* Empty geocode is now " " instead of "-" per UX request
* DialpadFragment now throws IllegalArgumentException instead
of Log.wtf so that it can be tested
* Added contact id column to contactsprovider query
* Modified PhoneNumberDisplayHelper to take an instance of
PhoneNumberUtilsWrapper so that it can be mocked out
Fix label-related tests that were failing due to a change in how we
treat empty labels
Bug: 9111164
Change-Id: If2244586b9d09fa2839fa0ddfc9f369f9dc66e51
(cherry picked from commit 3671725b58a9768016e141c77424dedb5fd2c55a)
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3723fd77d..a0376a6e0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -456,8 +456,9 @@ <!-- String describing the icon used to start a voice search --> <string name="description_start_voice_search">Start voice search</string> - <!-- The string used to represent an unknown location for a phone number in the call log [CHAR LIMIT=3] --> - <string name="call_log_empty_gecode">\u0020</string> + <!-- The string used to represent an unknown location for a phone number in the call log + Do not translate. --> + <string name="call_log_empty_geocode"></string> <!-- Menu item used to call a contact, containing the number of the contact to call --> <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string> |