Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java2544 Long dtend; in upgradeToVersion69() local
2562 dtend = cursor.getLong(2); in upgradeToVersion69()
2582 update |= fixAllDayTime(time, timezone, dtend); in upgradeToVersion69()
2583 dtend = time.normalize(); in upgradeToVersion69()
2614 dtend, in upgradeToVersion69()
2747 long dtend = cursor.getLong(2); in upgradeToVersion62() local
2765 oldTime.set(dtend); in upgradeToVersion62()
2769 dtend = newTime.toMillis(); in upgradeToVersion62()
2772 newData[1] = String.valueOf(dtend); in upgradeToVersion62()
DCalendarProvider2.java1719 Long dtend = values.getAsLong(Events.DTEND); in fixAllDayTime() local
1736 if (dtend != null) { in fixAllDayTime()
1738 time.set(dtend.longValue()); in fixAllDayTime()
1743 dtend = time.toMillis(); in fixAllDayTime()
1744 modValues.put(Events.DTEND, dtend); in fixAllDayTime()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1404 long dtend = cursor.getLong(2); in updateMatchingEvents() local
1416 values.put(Events.DTEND, dtend); in updateMatchingEvents()