Searched refs:getTypeForAccount (Results 1 – 2 of 2) sorted by relevance
556 typeProvider.getTypeForAccount(account).wrapAccount(mContext, account));561 typeProvider.getTypeForAccount(account).wrapAccount(mContext, account));586 AccountType type = mTypeProvider.getTypeForAccount(account);627 final AccountType type = mTypeProvider.getTypeForAccount(accountWithDataSet);699 return mTypeProvider.getTypeForAccount(account) != null;
104 return getTypeForAccount(account) != null; in hasTypeForAccount()136 public AccountType getTypeForAccount(AccountWithDataSet account) { in getTypeForAccount() method in AccountTypeProvider