Searched refs:mInputWatcher (Results 1 – 3 of 3) sorted by relevance
64 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()73 private final OneTimeTextWatcher mInputWatcher; field in PreSimpleSaveActivity.FillExpectation76 mInputWatcher = new OneTimeTextWatcher("input", mPreInput, input); in FillExpectation()80 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
59 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()64 private final OneTimeTextWatcher mInputWatcher; field in AttachedContextActivity.FillExpectation67 mInputWatcher = new OneTimeTextWatcher("input", mInput, input); in FillExpectation()71 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
108 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()114 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()124 private final OneTimeTextWatcher mInputWatcher; field in SimpleSaveActivity.FillExpectation128 mInputWatcher = new OneTimeTextWatcher("input", mInput, input); in FillExpectation()135 mInputWatcher.assertAutoFilled(); in assertAutoFilled()