Home | History | Annotate | Download | only in email

Lines Matching full:email

17 package com.android.email;
19 import com.android.email.mail.store.ExchangeStore;
20 import com.android.email.provider.EmailContent;
44 if (Email.DEBUG) {
45 Log.v(Email.LOG_TAG, "backupAccounts");
65 Log.w(Email.LOG_TAG, "Register services after restoring accounts");
68 // enable/disable other email services as necessary
69 Email.setServicesEnabled(context);
105 if (Email.DEBUG) {
106 Log.v(Email.LOG_TAG, "Backing up account:" + fromAccount.getDisplayName());
113 fromAccount.mEmailAddress, Email.EXCHANGE_ACCOUNT_MANAGER_TYPE);
164 Log.w(Email.LOG_TAG, "*** Restoring Email Accounts, found " + backups.length);
173 Log.w(Email.LOG_TAG, "Restoring account:" + backupAccount.getDescription());
198 // Log.d(Email.LOG_TAG, "removeSystemAccount failed: " + e);
201 // Log.d(Email.LOG_TAG, "removeSystemAccount failed: " + e);
216 // Log.d(Email.LOG_TAG, "addAccount was canceled");
218 // Log.d(Email.LOG_TAG, "addAccount failed: " + e);
220 // Log.d(Email.LOG_TAG, "addAccount failed: " + e);