Home
last modified time | relevance | path

Searched refs:getAccountTypeForAccount (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfoFactory.java63 final AccountType type = mAccountTypeManager.getAccountTypeForAccount(account); in getAccountDisplayInfo()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1085 final AccountType accountType = accountTypes.getAccountTypeForAccount(account); in createContact()
1383 AccountType oldAccountType = accountTypes.getAccountTypeForAccount(oldAccount); in rebindEditorsForNewContact()
1384 AccountType newAccountType = accountTypes.getAccountTypeForAccount(newAccount); in rebindEditorsForNewContact()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java124 public final AccountType getAccountTypeForAccount(AccountWithDataSet account) { in getAccountTypeForAccount() method in AccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java279 public final AccountType getAccountTypeForAccount(AccountWithDataSet account) {