Searched refs:accountTypeManager (Results 1 – 7 of 7) sorted by relevance
75 public static final boolean hasSyncableAccount(AccountTypeManager accountTypeManager) { in hasSyncableAccount() argument76 return !accountTypeManager.getWritableGoogleAccounts().isEmpty(); in hasSyncableAccount()
165 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mAppContext); in filterAccountExists() local168 return accountTypeManager.contains(filterAccount, false); in filterAccountExists()
51 public AccountDisplayInfoFactory(Context context, AccountTypeManager accountTypeManager, in AccountDisplayInfoFactory() argument55 mAccountTypeManager = accountTypeManager; in AccountDisplayInfoFactory()
194 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in filterAccountExists() local197 return accountTypeManager.exists(filterAccount); in filterAccountExists()
341 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in bindListHeader() local342 final AccountType accountType = accountTypeManager.getAccountType( in bindListHeader()
62 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in GroupMetaData() local66 final AccountType accountType = accountTypeManager.getAccountType( in GroupMetaData()
759 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in setAccountInfo() local761 ? accountTypeManager.getAccountInfoForAccount( in setAccountInfo()763 : accountTypeManager.getAccountInfoForAccount(mPrimaryAccount); in setAccountInfo()