summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java')
-rw-r--r--tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java b/tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java
index e4146dc..4d07bc1 100644
--- a/tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java
+++ b/tests/src/com/android/providers/calendar/CalendarProvider2ForTesting.java
@@ -58,7 +58,12 @@ public class CalendarProvider2ForTesting extends CalendarProvider2 {
}
@Override
- public void set(int type, long triggerAtTime, PendingIntent operation) {
+ public void setExact(int type, long triggerAtTime, PendingIntent operation) {
+ }
+
+ @Override
+ public void setExactAndAllowWhileIdle(int type, long triggerAtTime,
+ PendingIntent operation) {
}
@Override