(final Group group)
| 1997 | } |
| 1998 | |
| 1999 | public void roomOffline(final Group group) { |
| 2000 | int j = hContacts.size(); |
| 2001 | for (int i = 0; i < j; i++) { |
| 2002 | Contact contact = (Contact) hContacts.elementAt(i); |
| 2003 | if (contact.group == group) { |
| 2004 | contact.setStatus(Presence.PRESENCE_OFFLINE); |
| 2005 | } |
| 2006 | } |
| 2007 | } |
| 2008 | //#endif |
| 2009 | |
| 2010 | private int searchGroup(int direction) { |
no test coverage detected