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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java89 private static final String KEY_LEGACY_COMPATIBILITY = "legacyCompatibility"; field in class:ContactEntryListFragment
248 outState.putBoolean(KEY_LEGACY_COMPATIBILITY, mLegacyCompatibility);
279 mLegacyCompatibility = savedState.getBoolean(KEY_LEGACY_COMPATIBILITY);

Completed in 44 milliseconds