(String id, String msg, int type)
| 89 | } |
| 90 | |
| 91 | public boolean sendMsg(String id, String msg, int type) throws Exception { |
| 92 | client.sendMsg(id, msg, type); |
| 93 | |
| 94 | return true; |
| 95 | } |
| 96 | |
| 97 | public boolean addFriends(ArrayList<Friend> friends) { |
| 98 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected