Home | History | Annotate | Download | only in smack

Lines Matching refs:answer

493         // Loop through all roster groups and add their entries to the answer
497 // Add the roster unfiled entries to the answer
708 Collection<Presence> answer = new ArrayList<Presence>();
711 answer.add(presence);
714 if (!answer.isEmpty()) {
715 return answer.iterator();