HomeSort by relevance Sort by last modified time
    Searched refs:AccountSelectedListener (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
SelectAccountActivity.java 49 private AccountSelectionUtil.AccountSelectedListener mAccountSelectionListener;
81 new AccountSelectionUtil.AccountSelectedListener(
ImportVCardActivity.java 112 private AccountSelectionUtil.AccountSelectedListener mAccountSelectionListener;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountSelectionUtil.java 52 public static class AccountSelectedListener
60 public AccountSelectedListener(Context context, List<AccountWithDataSet> accountList,
135 AccountSelectedListener accountSelectedListener =
136 new AccountSelectedListener(context, writableAccountList, resId);
137 onClickListener = accountSelectedListener;

Completed in 52 milliseconds