summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-06-14 11:06:44 -0700
committerRoboErik <epastern@google.com>2011-06-14 11:06:44 -0700
commita7c0390d9c5dd4ff730de505682687fae5f5ced0 (patch)
tree204c26842026d92fc16f0224ad7a836930334465 /tests
parentc3f7599c85868a2437fb9e2e2e84127e2cb24bd3 (diff)
downloadandroid_packages_apps_Calendar-a7c0390d9c5dd4ff730de505682687fae5f5ced0.tar.gz
android_packages_apps_Calendar-a7c0390d9c5dd4ff730de505682687fae5f5ced0.tar.bz2
android_packages_apps_Calendar-a7c0390d9c5dd4ff730de505682687fae5f5ced0.zip
Rename Calendar.java to CalendarContract.java
Change-Id: Ia6692454099322f6891b326b2c1ad919c13026b7
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/calendar/event/EditEventHelperTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/android/calendar/event/EditEventHelperTest.java b/tests/src/com/android/calendar/event/EditEventHelperTest.java
index 3336768d..44606a0d 100644
--- a/tests/src/com/android/calendar/event/EditEventHelperTest.java
+++ b/tests/src/com/android/calendar/event/EditEventHelperTest.java
@@ -31,9 +31,9 @@ import android.content.res.Resources;
import android.database.Cursor;
import android.database.MatrixCursor;
import android.net.Uri;
-import android.provider.Calendar.Attendees;
-import android.provider.Calendar.Events;
-import android.provider.Calendar.Reminders;
+import android.provider.CalendarContract.Attendees;
+import android.provider.CalendarContract.Events;
+import android.provider.CalendarContract.Reminders;
import android.test.AndroidTestCase;
import android.test.mock.MockResources;
import android.test.suitebuilder.annotation.SmallTest;