Searched refs:getTypeForAccount (Results 1 – 2 of 2) sorted by relevance
587 typeProvider.getTypeForAccount(account).wrapAccount(mContext, account));592 typeProvider.getTypeForAccount(account).wrapAccount(mContext, account));597 typeProvider.getTypeForAccount(account).wrapAccount(mContext, account));622 AccountType type = mTypeProvider.getTypeForAccount(account);663 final AccountType type = mTypeProvider.getTypeForAccount(accountWithDataSet);735 return mTypeProvider.getTypeForAccount(account) != null;
105 return getTypeForAccount(account) != null; in hasTypeForAccount()137 public AccountType getTypeForAccount(AccountWithDataSet account) { in getTypeForAccount() method in AccountTypeProvider