Searched refs:PREF_DIGITS_FILLED_BY_INTENT (Results 1 – 1 of 1) sorted by relevance
147 private static final String PREF_DIGITS_FILLED_BY_INTENT = "pref_digits_filled_by_intent"; field in DialpadFragment366 digitsFilledByIntent = state.getBoolean(PREF_DIGITS_FILLED_BY_INTENT); in onCreate()875 outState.putBoolean(PREF_DIGITS_FILLED_BY_INTENT, digitsFilledByIntent); in onSaveInstanceState()