HomeSort by relevance Sort by last modified time
    Searched defs:getAccountInfoForAccount (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockAccountTypeManager.java 81 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 151 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {
204 public abstract AccountInfo getAccountInfoForAccount(AccountWithDataSet account);
310 return exists(account) && getAccountInfoForAccount(account).getType().areContactsWritable();
579 public AccountInfo getAccountInfoForAccount(AccountWithDataSet account) {

Completed in 80 milliseconds