Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DLoginCredentialMixedActivity.java93 mPasswordEditText.addTextChangedListener(mExpectation.mPasswordWatcher); in expectAutoFill()
118 if (mExpectation.mPasswordWatcher != null) { in assertAutoFilled()
119 mExpectation.mPasswordWatcher.assertAutoFilled(); in assertAutoFilled()
136 private final OneTimeTextWatcher mPasswordWatcher; field in LoginCredentialMixedActivity.FillExpectation
142 mPasswordWatcher = password == null ? null in FillExpectation()
149 mPasswordWatcher = null; in FillExpectation()
DSimpleSaveActivity.java153 if (expectation.mPasswordWatcher != null) { in expectInputPasswordTextChange()
154 mPassword.addTextChangedListener(expectation.mPasswordWatcher); in expectInputPasswordTextChange()
169 private final OneTimeTextWatcher mPasswordWatcher; field in SimpleSaveActivity.FillExpectation
173 mPasswordWatcher = in FillExpectation()
187 if (mPasswordWatcher != null) { in assertAutoFilled()
188 mPasswordWatcher.assertAutoFilled(); in assertAutoFilled()