Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java587 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;
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountTypeProvider.java105 return getTypeForAccount(account) != null; in hasTypeForAccount()
137 public AccountType getTypeForAccount(AccountWithDataSet account) { in getTypeForAccount() method in AccountTypeProvider