Home
last modified time | relevance | path

Searched defs:getAccountInfoForAccount (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockAccountTypeManager.java81 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) { in getAccountInfoForAccount() method in MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java204 public abstract AccountInfo getAccountInfoForAccount(AccountWithDataSet account); in getAccountInfoForAccount() method in AccountTypeManager