Searched refs:AccountSelectionUtil (Results 1 – 4 of 4) sorted by relevance
28 import com.android.contacts.util.AccountSelectionUtil;49 private AccountSelectionUtil.AccountSelectedListener mAccountSelectionListener;84 new AccountSelectionUtil.AccountSelectedListener( in onCreate()109 return AccountSelectionUtil.getSelectAccountDialog(this, resId, in onCreateDialog()
44 import com.android.contacts.util.AccountSelectionUtil;223 AccountSelectionUtil.doImport(this, extraArgs.getInt(ImportDialogFragment in onAccountChosen()
50 import com.android.contacts.util.AccountSelectionUtil;282 AccountSelectionUtil.doImport(getActivity(), resId, in handleImportRequest()
46 public class AccountSelectionUtil { class