Home | History | Annotate | Download | only in adapter

Lines Matching refs:Tags

366         while (nextTag(Tags.SYNC_APPLICATION_DATA) != END) {
380 if (tag == Tags.CALENDAR_DTSTAMP) {
383 } else if (tag == Tags.CALENDAR_ATTENDEES) {
411 case Tags.CALENDAR_ALL_DAY_EVENT:
427 case Tags.CALENDAR_ATTACHMENTS:
430 case Tags.CALENDAR_ATTENDEES:
434 case Tags.BASE_BODY:
437 case Tags.CALENDAR_BODY:
440 case Tags.CALENDAR_TIME_ZONE:
447 case Tags.CALENDAR_START_TIME:
450 case Tags.CALENDAR_END_TIME:
453 case Tags.CALENDAR_EXCEPTIONS:
461 case Tags.CALENDAR_LOCATION:
464 case Tags.CALENDAR_RECURRENCE:
470 case Tags.CALENDAR_ORGANIZER_EMAIL:
474 case Tags.CALENDAR_SUBJECT:
477 case Tags.CALENDAR_SENSITIVITY:
480 case Tags.CALENDAR_ORGANIZER_NAME:
483 case Tags.CALENDAR_REMINDER_MINS_BEFORE:
495 case Tags.CALENDAR_UID:
498 case Tags.CALENDAR_DTSTAMP:
501 case Tags.CALENDAR_MEETING_STATUS:
504 case Tags.CALENDAR_BUSY_STATUS:
510 case Tags.CALENDAR_RESPONSE_TYPE:
515 case Tags.CALENDAR_CATEGORIES:
722 while (nextTag(Tags.CALENDAR_RECURRENCE) != END) {
724 case Tags.CALENDAR_RECURRENCE_TYPE:
727 case Tags.CALENDAR_RECURRENCE_INTERVAL:
730 case Tags.CALENDAR_RECURRENCE_OCCURRENCES:
733 case Tags.CALENDAR_RECURRENCE_DAYOFWEEK:
736 case Tags.CALENDAR_RECURRENCE_DAYOFMONTH:
739 case Tags.CALENDAR_RECURRENCE_WEEKOFMONTH:
742 case Tags.CALENDAR_RECURRENCE_MONTHOFYEAR:
745 case Tags.CALENDAR_RECURRENCE_UNTIL:
784 while (nextTag(Tags.SYNC_APPLICATION_DATA) != END) {
786 case Tags.CALENDAR_ATTACHMENTS:
789 case Tags.CALENDAR_EXCEPTION_START_TIME:
794 case Tags.CALENDAR_EXCEPTION_IS_DELETED:
799 case Tags.CALENDAR_ALL_DAY_EVENT:
803 case Tags.BASE_BODY:
806 case Tags.CALENDAR_BODY:
809 case Tags.CALENDAR_START_TIME:
812 case Tags.CALENDAR_END_TIME:
815 case Tags.CALENDAR_LOCATION:
818 case Tags.CALENDAR_RECURRENCE:
824 case Tags.CALENDAR_SUBJECT:
827 case Tags.CALENDAR_SENSITIVITY:
830 case Tags.CALENDAR_BUSY_STATUS:
836 // case Tags.CALENDAR_DTSTAMP:
839 // case Tags.CALENDAR_REMINDER_MINS_BEFORE:
911 while (nextTag(Tags.CALENDAR_EXCEPTIONS) != END) {
913 case Tags.CALENDAR_EXCEPTION:
925 while (nextTag(Tags.CALENDAR_CATEGORIES) != END) {
927 case Tags.CALENDAR_CATEGORY:
944 while (nextTag(Tags.CALENDAR_ATTACHMENTS) != END) {
946 case Tags.CALENDAR_ATTACHMENT:
947 skipParser(Tags.CALENDAR_ATTACHMENT);
959 while (nextTag(Tags.CALENDAR_ATTENDEES) != END) {
961 case Tags.CALENDAR_ATTENDEE:
983 while (nextTag(Tags.CALENDAR_ATTENDEE) != END) {
985 case Tags.CALENDAR_ATTENDEE_EMAIL:
988 case Tags.CALENDAR_ATTENDEE_NAME:
991 case Tags.CALENDAR_ATTENDEE_STATUS:
1000 case Tags.CALENDAR_ATTENDEE_TYPE:
1023 while (nextTag(Tags.BASE_BODY) != END) {
1025 case Tags.BASE_DATA:
1041 while (nextTag(Tags.SYNC_ADD) != END) {
1043 case Tags.SYNC_SERVER_ID: // same as
1046 case Tags.SYNC_APPLICATION_DATA:
1068 while (nextTag(Tags.SYNC_DELETE) != END) {
1070 case Tags.SYNC_SERVER_ID:
1098 while (nextTag(Tags.SYNC_CHANGE) != END) {
1100 case Tags.SYNC_SERVER_ID:
1103 case Tags.SYNC_APPLICATION_DATA:
1115 while (nextTag(Tags.SYNC_COMMANDS) != END) {
1116 if (tag == Tags.SYNC_ADD) {
1118 } else if (tag == Tags.SYNC_DELETE) {
1120 } else if (tag == Tags.SYNC_CHANGE) {
1150 while (nextTag(Tags.SYNC_ADD) != END) {
1152 case Tags.SYNC_SERVER_ID:
1155 case Tags.SYNC_CLIENT_ID:
1158 case Tags.SYNC_STATUS:
1195 while (nextTag(Tags.SYNC_CHANGE) != END) {
1197 case Tags.SYNC_SERVER_ID:
1200 case Tags.SYNC_STATUS:
1216 while (nextTag(Tags.SYNC_RESPONSES) != END) {
1217 if (tag == Tags.SYNC_ADD) {
1219 } else if (tag == Tags.SYNC_CHANGE) {