Searched refs:AccountAdapter (Results 1 – 1 of 1) sorted by relevance
56 private AccountAdapter mAccountAdapter;104 mAccountAdapter = new AccountAdapter(this, mAccounts); in onCreate()362 private class AccountAdapter extends ArrayAdapter<AccountData> { class in ContactAdder363 public AccountAdapter(Context context, ArrayList<AccountData> accountData) { in AccountAdapter() method in ContactAdder.AccountAdapter