Home
last modified time | relevance | path

Searched refs:AccountArrayAdapter (Results 1 – 1 of 1) sorted by relevance

/development/apps/Development/src/com/android/development/
DAccountsTester.java99 private class AccountArrayAdapter extends ArrayAdapter<Account> { class in AccountsTester
102 public AccountArrayAdapter(Context context, Account[] accounts) { in AccountArrayAdapter() method in AccountsTester.AccountArrayAdapter
190 mAccountsListView.setAdapter(new AccountArrayAdapter(this, accounts)); in onAccountsUpdated()
253 AccountArrayAdapter.ViewHolder holder = in onCreateContextMenu()
254 (AccountArrayAdapter.ViewHolder)info.targetView.getTag(); in onCreateContextMenu()