Searched refs:statusObj (Results 1 – 1 of 1) sorted by relevance
3122 Integer statusObj = attendeeValues.getAsInteger(Attendees.ATTENDEE_STATUS); in updateEventAttendeeStatus() local3123 if (statusObj != null) { in updateEventAttendeeStatus()3124 status = statusObj; in updateEventAttendeeStatus()