Home
last modified time | relevance | path

Searched refs:CalendarHelper (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java83 private static class CalendarHelper { class in CalendarTest
120 private CalendarHelper() {} // do not instantiate this class in CalendarHelper() method in CalendarTest.CalendarHelper
515 values.put(Events.OWNER_ACCOUNT, CalendarHelper.generateCalendarOwnerEmail(account)); in addDefaultReadOnlyValues()
926 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testCalendarCreationAndDeletion()
942 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testDefaultProjections()
1001 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testEventsEntityQuery()
1054 attendee.put(Attendees.ATTENDEE_EMAIL, CalendarHelper.generateCalendarOwnerEmail(account)); in testEventsEntityQuery()
1133 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testCalendarEntityQuery()
1134 CalendarHelper.deleteCalendarByAccount(mContentResolver, account2); in testCalendarEntityQuery()
1135 CalendarHelper.deleteCalendarByAccount(mContentResolver, account3); in testCalendarEntityQuery()
[all …]