Home
last modified time | relevance | path

Searched refs:getTypeForAccount (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java554 typeProvider.getTypeForAccount(account).wrapAccount(mContext, account));
559 typeProvider.getTypeForAccount(account).wrapAccount(mContext, account));
584 AccountType type = mTypeProvider.getTypeForAccount(account);
625 final AccountType type = mTypeProvider.getTypeForAccount(accountWithDataSet);
697 return mTypeProvider.getTypeForAccount(account) != null;
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java104 return getTypeForAccount(account) != null; in hasTypeForAccount()
136 public AccountType getTypeForAccount(AccountWithDataSet account) { in getTypeForAccount() method in AccountTypeProvider