Searched defs:updatedUri (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1243 Uri uri = updatedUri(ContentUris.withAppendedId(Events.CONTENT_URI, id), true, account,
1623 updatedUri(url, true, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
2030 updatedUri(CalendarContract.Reminders.CONTENT_URI, true, DEFAULT_ACCOUNT,
2057 updatedUri(CalendarContract.ExtendedProperties.CONTENT_URI, true,
2254 private Uri updatedUri(Uri uri, boolean syncAdapter, String account, String accountType) { method in class:CalendarProvider2Test
2294 updatedUri(CalendarContract.Attendees.CONTENT_URI, syncAdapter, DEFAULT_ACCOUNT,
2306 updatedUri(CalendarContract.Reminders.CONTENT_URI, syncAdapter, DEFAULT_ACCOUNT,
2326 updatedUri(CalendarContract.CalendarAlerts.CONTENT_URI, syncAdapter,
2341 updatedUri(CalendarContract.ExtendedProperties.CONTENT_URI, syncAdapter,
2350 updatedUri(CalendarContrac
[all...]

Completed in 337 milliseconds