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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListFragment.java70 private static final String KEY_QUICK_CONTACT_ENABLED = "quickContactEnabled"; field in class:ContactEntryListFragment
226 outState.putBoolean(KEY_QUICK_CONTACT_ENABLED, mQuickContactEnabled);
258 mQuickContactEnabled = savedState.getBoolean(KEY_QUICK_CONTACT_ENABLED);

Completed in 139 milliseconds