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

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorAccountsChangedActivity.java54 private AccountsListAdapter mAccountListAdapter; field in class:ContactEditorAccountsChangedActivity
60 if (mAccountListAdapter == null) {
63 saveAccountAndReturnResult(mAccountListAdapter.getItem(position));
100 mAccountListAdapter = new AccountsListAdapter(this,
102 accountListView.setAdapter(mAccountListAdapter);

Completed in 232 milliseconds