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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactBrowseListFragment.java89 private boolean mSelectionVerified; field in class:ContactBrowseListFragment
230 mSelectionVerified = savedState.getBoolean(KEY_SELECTION_VERIFIED);
240 outState.putBoolean(KEY_SELECTION_VERIFIED, mSelectionVerified);
347 mSelectionVerified = false;
424 mSelectionVerified = false;
435 if (mSelectionVerified) {
514 mSelectionVerified = true;
587 mSelectionVerified = false;
599 mSelectionVerified = false;

Completed in 1632 milliseconds