()
| 22 | } |
| 23 | |
| 24 | public String toString() { |
| 25 | return account.JID.toString(); |
| 26 | } |
| 27 | |
| 28 | public int getImageIndex(){ return account.active ? RosterIcons.ICON_PRESENCE_ONLINE : RosterIcons.ICON_PRESENCE_OFFLINE; } |
| 29 |
no outgoing calls
no test coverage detected