Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1462 private final HashMap<String, Boolean> mAccountWritability = Maps.newHashMap(); field in ContactsProvider2
5442 mAccountWritability.clear(); in updateAccountsInBackground()
9620 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()
9643 mAccountWritability.put(accountTypeAndDataSet, writable); in isWritableAccountWithDataSet()