Home | History | Annotate | Download | only in list

Lines Matching refs:account

39 import com.android.contacts.common.model.account.AccountType;
40 import com.android.contacts.common.model.account.AccountWithDataSet;
47 * Shows a list of all available accounts, letting the user select under which account to view
121 for (AccountWithDataSet account : accounts) {
122 AccountType accountType = accountTypes.getAccountType(account.type, account.dataSet);
123 if (accountType.isExtension() && !account.hasData(context)) {
129 account.type, account.name, account.dataSet, icon));
138 // If we only have one account, don't show it as "account", instead show it as "all"
182 // announcement that indicates an account is checked will be interrupted. This is the