From e43f8e97a6f37dc23ce13dbfbf0483f1d1f737d3 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Fri, 22 Nov 2013 12:09:45 -0800 Subject: Fix SmartDialNameMatcher NANP test Statically initialize prefix logic to use NANP matching for NANP tests Bug: 10346442 Change-Id: Ia268de8a9bc5ad8dae70fe6934823a3c289f0bae --- tests/src/com/android/dialer/dialpad/SmartDialNameMatcherTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/src/com/android/dialer/dialpad/SmartDialNameMatcherTest.java b/tests/src/com/android/dialer/dialpad/SmartDialNameMatcherTest.java index 1e578eee7..c1365f5cf 100644 --- a/tests/src/com/android/dialer/dialpad/SmartDialNameMatcherTest.java +++ b/tests/src/com/android/dialer/dialpad/SmartDialNameMatcherTest.java @@ -198,6 +198,7 @@ public class SmartDialNameMatcherTest extends TestCase { } public void testMatches_NumberNANP() { + SmartDialPrefix.setUserInNanpRegion(true); // An 11 digit number prefixed with 1 should be matched by the 10 digit number, as well as // the 7 digit number (without area code) checkMatchesNumber("1-510-333-7596", "5103337596", true, true, 2, 14); -- cgit v1.2.3