()
| 106 | } |
| 107 | |
| 108 | public void run() { |
| 109 | int status=getSel().getImageIndex(); |
| 110 | try { |
| 111 | if (sd.roster.isLoggedIn()) { |
| 112 | sd.roster.sendDirectPresence(status, to, null); |
| 113 | } else { |
| 114 | sd.roster.currentReconnect = 0; |
| 115 | sd.roster.sendPresence(status, null); |
| 116 | } |
| 117 | } catch (Exception e) { } |
| 118 | } |
| 119 | |
| 120 | public int getItemCount() { return statusList == null ? 0 : statusList.size(); } |
| 121 |
nothing calls this directly
no test coverage detected