Searched refs:responseType (Results 1 – 4 of 4) sorted by relevance
84 public final boolean isDataResponse(int index, String responseType) { in isDataResponse() argument85 return !isTagged() && getStringOrEmpty(index).is(responseType); in isDataResponse()
139 String language, String body, int cmasCategory, int responseType, int severity, in createCmasSmsMessage() argument142 SmsCbCmasInfo cmasInfo = new SmsCbCmasInfo(cmasMessageClass, cmasCategory, responseType, in createCmasSmsMessage()
431 int responseType = CalendarUtilities.RESPONSE_TYPE_NONE; in addEvent() local592 responseType = getValueInt(); in addEvent()656 if (responseType != CalendarUtilities.RESPONSE_TYPE_NONE) { in addEvent()658 CalendarUtilities.attendeeStatusFromResponseType(responseType); in addEvent()
1465 static public int attendeeStatusFromResponseType(int responseType) { in attendeeStatusFromResponseType() argument1467 switch (responseType) { in attendeeStatusFromResponseType()