Searched refs:mAccountWritability (Results 1 – 1 of 1) sorted by relevance
1462 private final HashMap<String, Boolean> mAccountWritability = Maps.newHashMap(); field in ContactsProvider25442 mAccountWritability.clear(); in updateAccountsInBackground()9620 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()9643 mAccountWritability.put(accountTypeAndDataSet, writable); in isWritableAccountWithDataSet()