Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java147 private static final String PREF_DIGITS_FILLED_BY_INTENT = "pref_digits_filled_by_intent"; field in DialpadFragment
366 digitsFilledByIntent = state.getBoolean(PREF_DIGITS_FILLED_BY_INTENT); in onCreate()
875 outState.putBoolean(PREF_DIGITS_FILLED_BY_INTENT, digitsFilledByIntent); in onSaveInstanceState()