summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSam Blitzstein <sblitz@google.com>2012-11-13 10:02:41 -0800
committerSam Blitzstein <sblitz@google.com>2012-11-15 14:30:10 -0800
commit7e19bf984bc280c0cc034adf1dfa8840c75a698d (patch)
treec3dc355674a9bc86629961f2025ac0bd5a416aee /tests
parentad83b9aa618d52952f98bf8d7ec876140e7fb404 (diff)
downloadandroid_packages_apps_Calendar-7e19bf984bc280c0cc034adf1dfa8840c75a698d.tar.gz
android_packages_apps_Calendar-7e19bf984bc280c0cc034adf1dfa8840c75a698d.tar.bz2
android_packages_apps_Calendar-7e19bf984bc280c0cc034adf1dfa8840c75a698d.zip
Added new notification actions for map and call.
Bug: 7525552 Change-Id: I6a175a270f4049897ee73c005f4f73420fc635d9
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);