Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java74 private boolean mIsLoaderActive; field in ContactMultiDeletionInteraction
124 mIsLoaderActive = true; in setContactIds()
139 if (mIsLoaderActive) { in onStart()
182 if (!mIsLoaderActive) { in onLoadFinished()
268 mIsLoaderActive = false; in showDialog()
278 outState.putBoolean(KEY_ACTIVE, mIsLoaderActive); in onSaveInstanceState()
286 mIsLoaderActive = savedInstanceState.getBoolean(KEY_ACTIVE); in onActivityCreated()