Searched refs:deleteCalendarByAccount (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 204 public static int deleteCalendarByAccount(ContentResolver resolver, String account) { in deleteCalendarByAccount() method in CalendarTest.CalendarHelper 927 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testCalendarCreationAndDeletion() 943 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testDefaultProjections() 1002 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testEventsEntityQuery() 1134 CalendarHelper.deleteCalendarByAccount(mContentResolver, account1); in testCalendarEntityQuery() 1135 CalendarHelper.deleteCalendarByAccount(mContentResolver, account2); in testCalendarEntityQuery() 1136 CalendarHelper.deleteCalendarByAccount(mContentResolver, account3); in testCalendarEntityQuery() 1175 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testAttendees() 1325 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testReminders() 1487 CalendarHelper.deleteCalendarByAccount(mContentResolver, account); in testRemindersAlarm() [all …]
|