Home | History | Annotate | Download | only in service

Lines Matching refs:statusCode

509                 final int statusCode, final int progress) {
512 if (statusCode == EmailServiceStatus.IN_PROGRESS) {
526 final int statusCode, final int progress) {
534 req.mLastStatusCode, statusCode);
541 req.mLastStatusCode = statusCode;
548 final ContentValues values = getAttachmentUpdateValues(attachment, statusCode,
554 switch (statusCode) {
562 endDownload(attachmentId, statusCode);
1042 * @param statusCode the EmailServiceStatus code returned by the Service
1044 synchronized void endDownload(final long attachmentId, final int statusCode) {
1058 if (statusCode != EmailServiceStatus.SUCCESS) {
1068 if (statusCode == EmailServiceStatus.CONNECTION_ERROR) {
1116 final String status = (statusCode == EmailServiceStatus.SUCCESS) ? "Success" :
1117 "Error " + statusCode;
1133 if (statusCode == EmailServiceStatus.ATTACHMENT_NOT_FOUND) {
1163 if (statusCode == EmailServiceStatus.MESSAGE_NOT_FOUND) {