Searched refs:KEY_SHOW_FOOTER (Results 1 – 1 of 1) sorted by relevance
81 private static final String KEY_SHOW_FOOTER = "show_footer"; field in CallLogFragment187 mHasFooterView = state.getBoolean(KEY_SHOW_FOOTER, mHasFooterView); in onCreate()411 outState.putBoolean(KEY_SHOW_FOOTER, mHasFooterView); in onSaveInstanceState()