Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java203 private final AtomicBoolean mInvitablesTaskIsRunning = new AtomicBoolean(false); field in AccountTypeManagerImpl
654 mInvitablesTaskIsRunning.compareAndSet(false, true)) { in getUsableInvitableAccountTypes()
768 mInvitablesTaskIsRunning.set(false); in onPostExecute()