Home | History | Annotate | Download | only in eas

Lines Matching defs:LogUtils

23 import com.android.mail.utils.LogUtils;
31 private final static String TAG = LogUtils.TAG;
73 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.getCommand");
82 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.getRequestEntity");
92 LogUtils.e(TAG, "unexpected call to EasFullSyncOperation.handleResponse");
100 LogUtils.i(LOG_TAG, "Failed to initialize %d before operation EasFullSyncOperation",
144 LogUtils.i(TAG, "Fatal result %d on folderSync", result);
159 LogUtils.i(TAG, "Fatal result %d on MoveItems", result);
167 LogUtils.i(TAG, "Fatal result %d on upsync", result);
178 LogUtils.i(TAG, "Fatal result %d on syncMailbox", result);
199 LogUtils.i(TAG, "Fatal result %d on syncMailbox", result);
216 LogUtils.d(TAG, "Could not load folder %d", folderId);
221 LogUtils.e(TAG, "Mailbox does not match account: mailbox %s, %s", mAccount.toString(),
239 LogUtils.d(TAG, "Skipping sync of DRAFTS folder");
260 LogUtils.d(TAG, "IEmailService.syncMailbox account %d", mAccount.mId);
272 LogUtils.d(TAG, "Skipping sync of non syncable folder");
279 LogUtils.d(TAG, "syncOutbox %d", mAccount.mId);
315 LogUtils.w(TAG, "Aborting outbox sync for error %d", result);