Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java257 private boolean mDigitsFilledByIntent; field in DialpadFragment
299 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()