diff options
author | Yorke Lee <yorkelee@google.com> | 2012-11-09 15:58:29 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-11-09 15:58:29 -0800 |
commit | 6011abdc2e0a974a02bc5f21ccc6db3e971be11f (patch) | |
tree | 2e677bde884523764bc546ad063921d4cb83c798 /tests | |
parent | adbc60cde3b6037d2f99b4730f79d12aa5d28668 (diff) | |
parent | 678aa6530062e4db2afc5eadea82681e4ba49a1a (diff) |
Merge "Use a custom character map instead of name normalizer"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/android/dialer/SmartDialNameMatcherTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/com/android/dialer/SmartDialNameMatcherTest.java b/tests/src/com/android/dialer/SmartDialNameMatcherTest.java index babae55fa..492e5b422 100644 --- a/tests/src/com/android/dialer/SmartDialNameMatcherTest.java +++ b/tests/src/com/android/dialer/SmartDialNameMatcherTest.java @@ -106,7 +106,6 @@ public class SmartDialNameMatcherTest extends TestCase { final SmartDialNameMatcher matcher = new SmartDialNameMatcher(query); final ArrayList<SmartDialMatchPosition> matchPositions = new ArrayList<SmartDialMatchPosition>(); - displayName = SmartDialNameMatcher.stripDiacritics(displayName); final boolean matches = matcher.matchesCombination( displayName, query, matchPositions); Log.d(TAG, "query=" + query + " text=" + displayName |