Home | History | Annotate | Download | only in adapter

Lines Matching refs:Tags

148         if (nextTag(START_DOCUMENT) != Tags.FOLDER_FOLDER_SYNC)
151 if (tag == Tags.FOLDER_STATUS) {
190 } else if (tag == Tags.FOLDER_SYNC_KEY) {
198 } else if (tag == Tags.FOLDER_CHANGES) {
222 while (nextTag(Tags.FOLDER_DELETE) != END) {
224 case Tags.FOLDER_SERVER_ID:
327 while (nextTag(Tags.FOLDER_ADD) != END) {
329 case Tags.FOLDER_DISPLAY_NAME: {
333 case Tags.FOLDER_TYPE: {
337 case Tags.FOLDER_PARENT_ID: {
341 case Tags.FOLDER_SERVER_ID: {
457 while (nextTag(Tags.FOLDER_UPDATE) != END) {
459 case Tags.FOLDER_SERVER_ID:
462 case Tags.FOLDER_DISPLAY_NAME:
465 case Tags.FOLDER_PARENT_ID:
556 while (nextTag(Tags.FOLDER_CHANGES) != END) {
557 if (tag == Tags.FOLDER_ADD) {
562 } else if (tag == Tags.FOLDER_DELETE) {
564 } else if (tag == Tags.FOLDER_UPDATE) {
566 } else if (tag == Tags.FOLDER_COUNT) {