summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/calendar/UtilsTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/calendar/UtilsTests.java b/tests/src/com/android/calendar/UtilsTests.java
index 6beac971..02798e49 100644
--- a/tests/src/com/android/calendar/UtilsTests.java
+++ b/tests/src/com/android/calendar/UtilsTests.java
@@ -363,7 +363,7 @@ public class UtilsTests extends TestCase {
* @param matches Pairs of start/end positions.
*/
private static void findPhoneNumber(String text, String[] matches) {
- int[] results = EventInfoFragment.findNanpPhoneNumbers(text);
+ int[] results = Utils.findNanpPhoneNumbers(text);
assertEquals(results.length % 2, 0);