Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorAccountsChangedActivity.java56 private AccountsListAdapter mAccountListAdapter; field in ContactEditorAccountsChangedActivity
63 if (mAccountListAdapter == null) {
66 saveAccountAndReturnResult(mAccountListAdapter.getItem(position));
141 mAccountListAdapter = new AccountsListAdapter(this, accounts); in updateDisplayedAccounts()
142 accountListView.setAdapter(mAccountListAdapter); in updateDisplayedAccounts()