Home | History | Annotate | Download | only in adapter

Lines Matching refs:Tags

119                 case Tags.EMAIL_ATTACHMENTS:
120 case Tags.BASE_ATTACHMENTS: // BASE_ATTACHMENTS is used in EAS 12.0 and up
123 case Tags.EMAIL_TO:
126 case Tags.EMAIL_FROM:
133 case Tags.EMAIL_CC:
136 case Tags.EMAIL_REPLY_TO:
139 case Tags.EMAIL_DATE_RECEIVED:
142 case Tags.EMAIL_SUBJECT:
145 case Tags.EMAIL_READ:
148 case Tags.BASE_BODY:
151 case Tags.EMAIL_FLAG:
154 case Tags.EMAIL_MIME_TRUNCATED:
157 case Tags.EMAIL_MIME_DATA:
174 case Tags.EMAIL_BODY:
178 case Tags.EMAIL_MESSAGE_CLASS:
186 case Tags.EMAIL_MEETING_REQUEST:
189 case Tags.EMAIL_THREAD_TOPIC:
192 case Tags.RIGHTS_LICENSE:
195 case Tags.EMAIL2_CONVERSATION_ID:
199 case Tags.EMAIL2_CONVERSATION_INDEX:
203 case Tags.EMAIL2_LAST_VERB_EXECUTED:
257 * from MeetingRequest tags. This information will be used later to generate an appropriate
264 while (nextTag(Tags.EMAIL_MEETING_REQUEST) != END) {
266 case Tags.EMAIL_DTSTAMP:
269 case Tags.EMAIL_START_TIME:
272 case Tags.EMAIL_END_TIME:
275 case Tags.EMAIL_ORGANIZER:
278 case Tags.EMAIL_LOCATION:
281 case Tags.EMAIL_GLOBAL_OBJID:
285 case Tags.EMAIL_CATEGORIES:
288 case Tags.EMAIL_RECURRENCES:
291 case Tags.EMAIL_RESPONSE_REQUESTED:
294 case Tags.EMAIL_ALL_DAY_EVENT:
310 while (nextTag(Tags.EMAIL_RECURRENCES) != END) {
312 case Tags.EMAIL_RECURRENCE:
334 while (nextTag(Tags.SYNC_ADD) != END) {
336 case Tags.SYNC_SERVER_ID:
339 case Tags.SYNC_STATUS:
342 case Tags.SYNC_APPLICATION_DATA:
359 while (nextTag(Tags.EMAIL_FLAG) != END) {
361 case Tags.EMAIL_FLAG_STATUS:
374 while (nextTag(Tags.EMAIL_BODY) != END) {
376 case Tags.BASE_TYPE:
379 case Tags.BASE_DATA:
427 while (nextTag(Tags.EMAIL_ATTACHMENTS) != END) {
429 case Tags.EMAIL_ATTACHMENT:
430 case Tags.BASE_ATTACHMENT: // BASE_ATTACHMENT is used in EAS 12.0 and up
447 while (nextTag(Tags.EMAIL_ATTACHMENT) != END) {
450 case Tags.EMAIL_DISPLAY_NAME:
451 case Tags.BASE_DISPLAY_NAME:
454 case Tags.EMAIL_ATT_NAME:
455 case Tags.BASE_FILE_REFERENCE:
458 case Tags.EMAIL_ATT_SIZE:
459 case Tags.BASE_ESTIMATED_DATA_SIZE:
462 case Tags.BASE_IS_INLINE:
465 case Tags.BASE_CONTENT_ID:
482 // EAS docs appear to be wrong about the tags used; inline images come with
543 case Tags.SYNC_SERVER_ID:
587 while (nextTag(Tags.SYNC_CHANGE) != END) {
589 case Tags.SYNC_SERVER_ID:
605 case Tags.SYNC_APPLICATION_DATA:
619 while (nextTag(Tags.SYNC_APPLICATION_DATA) != END) {
621 case Tags.EMAIL_READ:
624 case Tags.EMAIL_FLAG:
627 case Tags.EMAIL2_LAST_VERB_EXECUTED:
655 while (nextTag(Tags.SYNC_COMMANDS) != END) {
656 if (tag == Tags.SYNC_ADD) {
658 } else if (tag == Tags.SYNC_DELETE || tag == Tags.SYNC_SOFT_DELETE) {
660 } else if (tag == Tags.SYNC_CHANGE) {
697 if (tag == Tags.SYNC_STATUS) {
699 } else if (tag == Tags.SYNC_SERVER_ID) {
712 while (nextTag(Tags.SYNC_RESPONSES) != END) {
713 if (tag == Tags.SYNC_ADD || tag == Tags.SYNC_CHANGE || tag == Tags.SYNC_DELETE) {
715 } else if (tag == Tags.SYNC_FETCH) {