()
| 65 | } |
| 66 | |
| 67 | public static String getJuickJID() { |
| 68 | if (records.isEmpty()) { |
| 69 | records.readFromStorage(); |
| 70 | } |
| 71 | return records.getJuickJID(sdata.account.JID.getBare()); |
| 72 | } |
| 73 | |
| 74 | public static void setJuickJID(String JJID, boolean toStorage) { |
| 75 | if (records.isEmpty()) { |
no test coverage detected