Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1652 String vCalendarDateSuffix = ""; in createMessageForEntity() local
1661 vCalendarDateSuffix = ";VALUE=DATE"; in createMessageForEntity()
1676 vCalendarDateSuffix = ";TZID=" + vCalendarTimeZone.getID(); in createMessageForEntity()
1695 ics.writeTag("DTSTART" + vCalendarDateSuffix, in createMessageForEntity()
1703 ics.writeTag("RECURRENCE-ID" + vCalendarDateSuffix, in createMessageForEntity()
1709 ics.writeTag("DTEND" + vCalendarDateSuffix, in createMessageForEntity()
1725 ics.writeTag("DTEND" + vCalendarDateSuffix, in createMessageForEntity()