(String from, String message)
| 1339 | |
| 1340 | //#ifdef FILE_TRANSFER |
| 1341 | public void addFileQuery(String from, String message) { |
| 1342 | Contact c = getContact(from, true); |
| 1343 | c.fileQuery = true; |
| 1344 | messageStore(c, new Msg(Msg.MESSAGE_TYPE_FILE_REQ, from, SR.MS_FILE, message)); |
| 1345 | } |
| 1346 | //#endif |
| 1347 | |
| 1348 | public void messageStore(Contact c, Msg message) { |
no test coverage detected