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