Searched refs:mPasswordWatcher (Results 1 – 2 of 2) sorted by relevance
93 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.FillExpectation142 mPasswordWatcher = password == null ? null in FillExpectation()149 mPasswordWatcher = null; in FillExpectation()
153 if (expectation.mPasswordWatcher != null) { in expectInputPasswordTextChange()154 mPassword.addTextChangedListener(expectation.mPasswordWatcher); in expectInputPasswordTextChange()169 private final OneTimeTextWatcher mPasswordWatcher; field in SimpleSaveActivity.FillExpectation173 mPasswordWatcher = in FillExpectation()187 if (mPasswordWatcher != null) { in assertAutoFilled()188 mPasswordWatcher.assertAutoFilled(); in assertAutoFilled()