Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1396 private final ArrayMap<String, Boolean> mAccountWritability = new ArrayMap<>(); field in ContactsProvider2
5312 mAccountWritability.clear(); in updateAccountsInBackground()
9488 Boolean writable = mAccountWritability.get(accountTypeAndDataSet); in isWritableAccountWithDataSet()
9511 mAccountWritability.put(accountTypeAndDataSet, writable); in isWritableAccountWithDataSet()