Searched refs:mDigitsFilledByIntent (Results 1 – 1 of 1) sorted by relevance
257 private boolean mDigitsFilledByIntent; field in DialpadFragment299 if (!mDigitsFilledByIntent && in afterTextChanged()306 mDigitsFilledByIntent = false; in afterTextChanged()333 mDigitsFilledByIntent = state.getBoolean(PREF_DIGITS_FILLED_BY_INTENT); in onCreate()432 mDigitsFilledByIntent = true; in fillDigitsIfNecessary()449 mDigitsFilledByIntent = true; in fillDigitsIfNecessary()701 outState.putBoolean(PREF_DIGITS_FILLED_BY_INTENT, mDigitsFilledByIntent); in onSaveInstanceState()