Searched refs:mContactWritableAccounts (Results 1 – 1 of 1) sorted by relevance
245 private List<AccountWithDataSet> mContactWritableAccounts = new ArrayList<>(); field in AccountTypeManagerImpl551 mContactWritableAccounts = contactWritableAccounts; in loadAccountsInBackground()604 return contactWritableOnly ? mContactWritableAccounts : mAccounts; in getAccounts()