Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java2159 Long calendar_id = updatedValues.getAsLong(Events.CALENDAR_ID); in insertInTransaction() local
2160 if (calendar_id == null) { in insertInTransaction()
2168 Account account = getAccount(calendar_id); in insertInTransaction()
2181 owner = getOwner(calendar_id); in insertInTransaction()
2225 owner = getOwner(calendar_id); in insertInTransaction()