Searched refs:mInputWatcher (Results 1 – 3 of 3) sorted by relevance
75 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectInputTextChange()88 private final OneTimeTextWatcher mInputWatcher; field in PreSimpleSaveActivity.FillExpectation91 mInputWatcher = new OneTimeTextWatcher("input", mPreInput, input); in FillExpectation()95 mInputWatcher.assertAutoFilled(); in assertTextChange()99 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
132 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()138 if (expectation.mInputWatcher != null) { in expectInputPasswordTextChange()139 mInput.addTextChangedListener(expectation.mInputWatcher); in expectInputPasswordTextChange()156 private final OneTimeTextWatcher mInputWatcher; field in SimpleSaveActivity.FillExpectation160 mInputWatcher = input == null ? null : new OneTimeTextWatcher("input", mInput, input); in FillExpectation()172 if (mInputWatcher != null) { in assertAutoFilled()173 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
61 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()66 private final OneTimeTextWatcher mInputWatcher; field in AttachedContextActivity.FillExpectation69 mInputWatcher = new OneTimeTextWatcher("input", mInput, input); in FillExpectation()73 mInputWatcher.assertAutoFilled(); in assertAutoFilled()