Searched refs:AccountFolderList (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DAccountFolderListItem.java27 * This custom View is the list item for the AccountFolderList activity, and serves two purposes:
35 private AccountFolderList.AccountsAdapter mAdapter;
57 public void bindViewInit(AccountFolderList.AccountsAdapter adapter, boolean hasFolderButton) {
H A DWelcome.java38 * If more than one account is configured the user is taken to the AccountFolderList Activity so
46 * which will drop any other activities on the stack (e.g. AccountFolderList or MessageList).
98 AccountFolderList.actionShowAccounts(this);
H A DAccountFolderList.java74 public class AccountFolderList extends ListActivity implements OnItemClickListener { class in inherits:ListActivity,OnItemClickListener
143 Intent i = new Intent(context, AccountFolderList.class);
351 Long defaultAccount = Account.getDefaultAccountId(AccountFolderList.this);
368 AccountFolderList.this, (Long)params[2]);
391 AccountFolderList.this.getContentResolver().delete(uri, null, null);
393 AccountBackupRestore.backupAccounts(AccountFolderList.this);
395 SecurityPolicy.getInstance(AccountFolderList.this).reducePolicies();
399 Email.setServicesEnabled(AccountFolderList.this);
479 int numAccounts = EmailContent.count(AccountFolderList.this,
485 mSelectedContextAccount.getStoreUri(AccountFolderList
[all...]
H A DMailboxList.java297 AccountFolderList.actionShowAccounts(this);
H A DMessageCompose.java279 AccountFolderList.actionShowAccounts(this);
H A DMessageList.java573 AccountFolderList.actionShowAccounts(this);

Completed in 90 milliseconds