(Contact c)
| 856 | } |
| 857 | |
| 858 | public void deleteJuickContact(Contact c) { |
| 859 | if (juickContacts.removeElement(c)) { |
| 860 | updateMainJuickContact(); |
| 861 | } |
| 862 | } |
| 863 | |
| 864 | public boolean isMainJuickContact(Contact c) { |
| 865 | return c.jid.getBare().equals(JuickConfig.getJuickJID()); |
no test coverage detected