()
| 53 | } |
| 54 | |
| 55 | public void cmdOk() { |
| 56 | //#ifdef JUICK |
| 57 | if (juickContactsBox != null) { |
| 58 | setJuickJID(((Contact) sdata.roster.juickContacts.elementAt(juickContactsBox.getSelectedIndex())).jid.getBare(), true); |
| 59 | } else { |
| 60 | setJuickJID("", true); |
| 61 | } |
| 62 | sdata.roster.updateMainJuickContact(); |
| 63 | destroyView(); |
| 64 | //#endif |
| 65 | } |
| 66 | |
| 67 | public static String getJuickJID() { |
| 68 | if (records.isEmpty()) { |
nothing calls this directly
no test coverage detected