Searched refs:contactWritableOnly (Results 1 – 1 of 1) sorted by relevance
100 public abstract List<AccountWithDataSet> getAccounts(boolean contactWritableOnly); in getAccounts() argument147 public abstract List<AccountType> getAccountTypes(boolean contactWritableOnly); in getAccountTypes() argument153 public boolean contains(AccountWithDataSet account, boolean contactWritableOnly) { in contains() argument566 public List<AccountWithDataSet> getAccounts(boolean contactWritableOnly) { in getAccounts() argument568 return contactWritableOnly ? mContactWritableAccounts : mAccounts; in getAccounts()738 public List<AccountType> getAccountTypes(boolean contactWritableOnly) { in getAccountTypes() argument743 if (!contactWritableOnly || type.areContactsWritable()) { in getAccountTypes()