Searched refs:digitsFilledByIntent (Results 1 – 1 of 1) sorted by relevance
198 private boolean digitsFilledByIntent; field in DialpadFragment336 if (!digitsFilledByIntent in afterTextChanged()343 digitsFilledByIntent = false; in afterTextChanged()366 digitsFilledByIntent = state.getBoolean(PREF_DIGITS_FILLED_BY_INTENT); in onCreate()577 digitsFilledByIntent = true; in fillDigitsIfNecessary()603 digitsFilledByIntent = true; in fillDigitsIfNecessary()875 outState.putBoolean(PREF_DIGITS_FILLED_BY_INTENT, digitsFilledByIntent); in onSaveInstanceState()