Home
last modified time | relevance | path

Searched defs:eventUri (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1760 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, event_id); in testEventColors() local
2230 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in verifyEvent() local
2259 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in testEventCreationAndDeletion() local
2303 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in testEventUpdateAsApp() local
2362 Uri eventUri = Events.CONTENT_URI; in testBulkUpdate() local
2479 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in testConversionToRecurring() local
2899 Uri eventUri; in testOutOfOrderRecurrenceExceptions() local
3475 private void removeAndVerifyEvent(Uri eventUri, ContentValues eventValues, String accountName) { in removeAndVerifyEvent()
3631 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in expandInstanceRange() local