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.java1761 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, event_id); in testEventColors() local
2231 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in verifyEvent() local
2260 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in testEventCreationAndDeletion() local
2304 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in testEventUpdateAsApp() local
2363 Uri eventUri = Events.CONTENT_URI; in testBulkUpdate() local
2480 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in testConversionToRecurring() local
2900 Uri eventUri; in testOutOfOrderRecurrenceExceptions() local
3476 private void removeAndVerifyEvent(Uri eventUri, ContentValues eventValues, String accountName) { in removeAndVerifyEvent()
3632 Uri eventUri = ContentUris.withAppendedId(Events.CONTENT_URI, eventId); in expandInstanceRange() local