Searched refs:ccPasswordWatcher (Results 1 – 2 of 2) sorted by relevance
86 mPassword.setTextChangedListener(mExpectation.ccPasswordWatcher); in expectAutoFill()96 mExpectation.ccPasswordWatcher.assertAutoFilled(); in assertAutoFilled()104 private final OneTimeLineWatcher ccPasswordWatcher; field in VirtualContainerActivity.FillExpectation108 ccPasswordWatcher = mPassword.new OneTimeLineWatcher(password); in FillExpectation()
183 mPasswordEditText.addTextChangedListener(mExpectation.ccPasswordWatcher); in expectAutoFill()236 mPasswordEditText.addTextChangedListener(mExpectation.ccPasswordWatcher); in expectPasswordAutoFill()248 if (mExpectation.ccPasswordWatcher != null) { in assertAutoFilled()249 mExpectation.ccPasswordWatcher.assertAutoFilled(); in assertAutoFilled()370 private final OneTimeTextWatcher ccPasswordWatcher; field in LoginActivity.FillExpectation375 ccPasswordWatcher = password == null ? null in FillExpectation()