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.java81 private boolean mIsLoaderActive; field in ContactMultiDeletionInteraction
132 mIsLoaderActive = true; in setContactIds()
147 if (mIsLoaderActive) { in onStart()
190 if (!mIsLoaderActive) { in onLoadFinished()
290 mIsLoaderActive = false; in showDialog()
300 outState.putBoolean(KEY_ACTIVE, mIsLoaderActive); in onSaveInstanceState()
308 mIsLoaderActive = savedInstanceState.getBoolean(KEY_ACTIVE); in onActivityCreated()