Home
last modified time | relevance | path

Searched refs:KEY_SHOW_FOOTER (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java81 private static final String KEY_SHOW_FOOTER = "show_footer"; field in CallLogFragment
187 mHasFooterView = state.getBoolean(KEY_SHOW_FOOTER, mHasFooterView); in onCreate()
411 outState.putBoolean(KEY_SHOW_FOOTER, mHasFooterView); in onSaveInstanceState()