Searched refs:currentStatus (Results 1 – 1 of 1) sorted by relevance
2108 int currentStatus = entityValues.getAsInteger(Events.SELF_ATTENDEE_STATUS); in sendLocalChanges() local2117 if ((currentStatus != syncStatus) && in sendLocalChanges()2118 (currentStatus != Attendees.ATTENDEE_STATUS_NONE)) { in sendLocalChanges()2121 switch (currentStatus) { in sendLocalChanges()2137 Integer.toString(currentStatus)); in sendLocalChanges()