Home | History | Annotate | Download | only in setup

Lines Matching defs:account

31 import com.android.emailcommon.provider.Account;
64 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
78 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
92 boolean hasPush = frequencySpinnerHasValue(Account.CHECK_INTERVAL_PUSH);
166 * Create an intent with the Account in it
170 final Account account = new Account();
171 account.setSenderName(name);
173 final HostAuth auth = account.getOrCreateHostAuthRecv(context);
178 setupDataFragment.setAccount(account);