Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2261 removeAndVerifyEvent(eventUri, eventValues, account); in testEventCreationAndDeletion()
2322 removeAndVerifyEvent(eventUri, eventValues, account); in testEventUpdateAsApp()
3333 removeAndVerifyEvent(uri2, values, account); in testMutatorSetCorrectly()
3475 private void removeAndVerifyEvent(Uri eventUri, ContentValues eventValues, String accountName) { in removeAndVerifyEvent() method in CalendarTest
3632 removeAndVerifyEvent(eventUri, new ContentValues(eventValues), account); in expandInstanceRange()