Home | History | Annotate | Download | only in service

Lines Matching refs:statusCode

23      *   statuscode = 1, progress = 0:      "starting"
24 * statuscode = 0, progress = n/a: "finished"
27 * statuscode = err, progress = n/a: "stopping due to error"
30 * statuscode = 1, progress = 0: "starting"
31 * statuscode = 1, progress = 30: "working"
32 * statuscode = 1, progress = 60: "working"
33 * statuscode = 0, progress = n/a: "finished"
39 * statusCode = 0 for OK, 1 for progress, other codes for error
42 void syncMailboxListStatus(long accountId, int statusCode, int progress);
47 * statusCode = 0 for OK, 1 for progress, other codes for error
50 void syncMailboxStatus(long mailboxId, int statusCode, int progress);
56 * statusCode = 0 for OK, 1 for progress, other codes for error
59 void loadAttachmentStatus(long messageId, long attachmentId, int statusCode, int progress);
64 * statusCode = 0 for OK, 1 for progress, other codes for error
67 void sendMessageStatus(long messageId, String subject, int statusCode, int progress);