Searched refs:SYNC_DELETE (Results 1 – 6 of 6) sorted by relevance
687 } else if (tag == Tags.SYNC_DELETE || tag == Tags.SYNC_SOFT_DELETE) { in commandsParser()742 if (tag == Tags.SYNC_ADD || tag == Tags.SYNC_CHANGE || tag == Tags.SYNC_DELETE) { in responsesParser()
1090 while (nextTag(Tags.SYNC_DELETE) != END) { in deleteParser()1140 } else if (tag == Tags.SYNC_DELETE) { in commandsParser()
431 while (nextTag(Tags.SYNC_DELETE) != END) { in deleteParser()511 } else if (tag == Tags.SYNC_DELETE) { in commandsParser()
70 public static final int SYNC_DELETE = SYNC_PAGE + 9; field in Tags
860 s.start(Tags.SYNC_DELETE).data(Tags.SYNC_SERVER_ID, serverId).end(); in setUpsyncCommands()
965 s.start(Tags.SYNC_DELETE).data(Tags.SYNC_SERVER_ID, serverId).end(); in handleEntity()