Lines Matching refs:email
17 package com.android.email;
33 import com.android.email.mail.store.Pop3Store.Pop3Message;
34 import com.android.email.provider.AccountBackupRestore;
35 import com.android.email.service.EmailServiceUtils;
36 import com.android.email.service.MailService;
70 * New central controller/dispatcher for Email activities that may require remote operations.
326 * Generally this should be called by anybody who changes Email.DEBUG
571 Email.log("no account found for message " + messageId);
662 cv.put(MailboxColumns.VISIBLE_LIMIT, Email.VISIBLE_LIMIT_DEFAULT);
706 cv.put(EmailContent.ADD_COLUMN_NAME, Email.VISIBLE_LIMIT_INCREMENT);
710 mailbox.mVisibleLimit += Email.VISIBLE_LIMIT_INCREMENT;
1019 if (Email.DEBUG) {
1169 Email.setServicesEnabledSync(context);
1170 Email.setNotifyUiAccountsChanged(true);
1195 // Delete synced email, leaving only an empty inbox. We do this in two phases:
1814 if (Email.DEBUG) {