Searched refs:KEY_INCLUDE_PROFILE (Results 1 – 1 of 1) sorted by relevance
65 private static final String KEY_INCLUDE_PROFILE = "includeProfile"; field in ContactEntryListFragment236 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile); in onSaveInstanceState()269 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE); in restoreSavedState()