Searched refs:accountTypeManager (Results 1 – 6 of 6) sorted by relevance
43 AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in bindGroupSourceView() local44 AccountType accountType = accountTypeManager.getAccountType(accountTypeString, dataSet); in bindGroupSourceView()
71 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in removeUnsupportedPreferences() local72 final List<AccountWithDataSet> accounts = accountTypeManager.getAccounts( in removeUnsupportedPreferences()
51 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in prepare() local52 List<AccountWithDataSet> accounts = accountTypeManager.getAccounts(true); in prepare()
258 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in getFocusGoogleAccounts() local259 List<AccountWithDataSet> accounts = accountTypeManager.getAccounts(true); in getFocusGoogleAccounts()
168 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in filterAccountExists() local171 return accountTypeManager.contains(filterAccount, false); in filterAccountExists()
793 public PersistTask(ConfirmAddDetailActivity target, AccountTypeManager accountTypeManager) { in PersistTask() argument795 mAccountTypeManager = accountTypeManager; in PersistTask()