Searched refs:mPasswordWatcher (Results 1 – 1 of 1) sorted by relevance
141 if (expectation.mPasswordWatcher != null) { in expectInputPasswordTextChange()142 mPassword.addTextChangedListener(expectation.mPasswordWatcher); in expectInputPasswordTextChange()157 private final OneTimeTextWatcher mPasswordWatcher; field in SimpleSaveActivity.FillExpectation161 mPasswordWatcher = in FillExpectation()175 if (mPasswordWatcher != null) { in assertAutoFilled()176 mPasswordWatcher.assertAutoFilled(); in assertAutoFilled()