Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockAccountTypeManager.java64 public List<AccountWithDataSet> getAccounts(boolean writableOnly) { in getAccounts() argument
79 public List<AccountType> getAccountTypes(boolean writableOnly) { in getAccountTypes() argument
83 if (!writableOnly || type.areContactsWritable()) { in getAccountTypes()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java249 public ArrayList<Account> getAccounts(boolean writableOnly) { in getAccounts() argument
259 final boolean matchesWritable = (!writableOnly || (writableOnly && !source.readOnly)); in getAccounts()