Searched refs:ics (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
D | SimpleIcsWriterTests.java | 42 final SimpleIcsWriter ics = new SimpleIcsWriter(); in testWriteTag() local 43 ics.writeTag("TAG1", null); in testWriteTag() 44 ics.writeTag("TAG2", ""); in testWriteTag() 45 ics.writeTag("TAG3", "xyz"); in testWriteTag() 46 ics.writeTag("SUMMARY", "TEST-TEST,;\r\n\\TEST"); in testWriteTag() 47 ics.writeTag("SUMMARY2", "TEST-TEST,;\r\n\\TEST"); in testWriteTag() 48 final String actual = Utility.fromUtf8(ics.getBytes()); in testWriteTag() 81 final SimpleIcsWriter ics = new SimpleIcsWriter(); in checkWriteLine() local 82 ics.writeLine(input); in checkWriteLine() 83 final byte[] bytes = ics.getBytes(); in checkWriteLine()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/ |
D | SimpleIcsWriterTests.java | 42 final SimpleIcsWriter ics = new SimpleIcsWriter(); in testWriteTag() local 43 ics.writeTag("TAG1", null); in testWriteTag() 44 ics.writeTag("TAG2", ""); in testWriteTag() 45 ics.writeTag("TAG3", "xyz"); in testWriteTag() 46 ics.writeTag("SUMMARY", "TEST-TEST,;\r\n\\TEST"); in testWriteTag() 47 ics.writeTag("SUMMARY2", "TEST-TEST,;\r\n\\TEST"); in testWriteTag() 48 final String actual = Utility.fromUtf8(ics.getBytes()); in testWriteTag() 81 final SimpleIcsWriter ics = new SimpleIcsWriter(); in checkWriteLine() local 82 ics.writeLine(input); in checkWriteLine() 83 final byte[] bytes = ics.getBytes(); in checkWriteLine()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/ |
D | CalendarUtilities.java | 1570 static private void addAttendeeToMessage(SimpleIcsWriter ics, ArrayList<Address> toList, in addAttendeeToMessage() argument 1580 ics.writeTag(icalTag, "MAILTO:" + attendeeEmail); in addAttendeeToMessage() 1601 ics.writeTag(icalTag, "MAILTO:" + attendeeEmail); in addAttendeeToMessage() 1643 SimpleIcsWriter ics = new SimpleIcsWriter(); in createMessageForEntity() local 1644 ics.writeTag("BEGIN", "VCALENDAR"); in createMessageForEntity() 1645 ics.writeTag("METHOD", method); in createMessageForEntity() 1646 ics.writeTag("PRODID", "AndroidEmail"); in createMessageForEntity() 1647 ics.writeTag("VERSION", "2.0"); in createMessageForEntity() 1674 timeZoneToVTimezone(vCalendarTimeZone, ics); in createMessageForEntity() 1679 ics.writeTag("BEGIN", "VEVENT"); in createMessageForEntity() [all …]
|
/packages/apps/Exchange/assets/ |
D | FolderSyncParserTest2.txt | 50 [14:02:28] EAS Parser| FolderDisplayName: calendar_export.ics
|
D | FolderSyncParserTest.txt | 162 [14:02:28] EAS Parser| FolderDisplayName: calendar_export.ics
|