Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java113 public abstract List<AccountWithDataSet> getAccounts(boolean contactWritableOnly); in getAccounts() argument
158 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly); in getAccountTypes() argument
164 public boolean contains(AccountWithDataSet account, boolean contactWritableOnly) { in contains() argument
602 public List<AccountWithDataSet> getAccounts(boolean contactWritableOnly) { in getAccounts() argument
604 return contactWritableOnly ? mContactWritableAccounts : mAccounts; in getAccounts()
742 public List<AccountType> getAccountTypes(boolean contactWritableOnly) { in getAccountTypes() argument
747 if (!contactWritableOnly || type.areContactsWritable()) { in getAccountTypes()
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java175 public List<AccountWithDataSet> getAccounts(boolean contactWritableOnly) { in getAccounts() argument
176 return contactWritableOnly in getAccounts()