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