Searched refs:deleteMatchingEvents (Results 1 – 1 of 1) sorted by relevance
256 int rows = deleteMatchingEvents(eventName, account, accountType); in execute()1358 private int deleteMatchingEvents(String title, String account, String accountType) { in deleteMatchingEvents() method in CalendarProvider2Test1564 assertEquals(1, deleteMatchingEvents(title, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE)); in testInsertUpdateDeleteColor()