Searched refs:ccPasswordWatcher (Results 1 – 2 of 2) sorted by relevance
85 mPassword.setTextChangedListener(mExpectation.ccPasswordWatcher); in expectAutoFill()95 mExpectation.ccPasswordWatcher.assertAutoFilled(); in assertAutoFilled()103 private final OneTimeLineWatcher ccPasswordWatcher; field in VirtualContainerActivity.FillExpectation107 ccPasswordWatcher = mPassword.new OneTimeLineWatcher(password); in FillExpectation()
178 mPasswordEditText.addTextChangedListener(mExpectation.ccPasswordWatcher); in expectAutoFill()196 mPasswordEditText.addTextChangedListener(mExpectation.ccPasswordWatcher); in expectPasswordAutoFill()208 if (mExpectation.ccPasswordWatcher != null) { in assertAutoFilled()209 mExpectation.ccPasswordWatcher.assertAutoFilled(); in assertAutoFilled()332 private final OneTimeTextWatcher ccPasswordWatcher; field in LoginActivity.FillExpectation337 ccPasswordWatcher = password == null ? null in FillExpectation()