Searched refs:writableOnly (Results 1 – 2 of 2) sorted by relevance
64 public List<AccountWithDataSet> getAccounts(boolean writableOnly) { in getAccounts() argument79 public List<AccountType> getAccountTypes(boolean writableOnly) { in getAccountTypes() argument83 if (!writableOnly || type.areContactsWritable()) { in getAccountTypes()
249 public ArrayList<Account> getAccounts(boolean writableOnly) { in getAccounts() argument259 final boolean matchesWritable = (!writableOnly || (writableOnly && !source.readOnly)); in getAccounts()