Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountSelectionUtil.java53 public static class AccountSelectedListener class in AccountSelectionUtil
62 public AccountSelectedListener(Context context, List<AccountWithDataSet> accountList, in AccountSelectedListener() method in AccountSelectionUtil.AccountSelectedListener
73 public AccountSelectedListener(Context context, List<AccountWithDataSet> accountList, in AccountSelectedListener() method in AccountSelectionUtil.AccountSelectedListener
143 AccountSelectedListener accountSelectedListener = in getSelectAccountDialog()
144 new AccountSelectedListener(context, writableAccountList, resId); in getSelectAccountDialog()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DSelectAccountActivity.java49 private AccountSelectionUtil.AccountSelectedListener mAccountSelectionListener;
81 new AccountSelectionUtil.AccountSelectedListener( in onCreate()