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

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactMultiDeletionInteraction.java81 private boolean mIsLoaderActive; field in class:ContactMultiDeletionInteraction
132 mIsLoaderActive = true;
147 if (mIsLoaderActive) {
190 if (!mIsLoaderActive) {
290 mIsLoaderActive = false;
300 outState.putBoolean(KEY_ACTIVE, mIsLoaderActive);
308 mIsLoaderActive = savedInstanceState.getBoolean(KEY_ACTIVE);

Completed in 382 milliseconds