Home
last modified time | relevance | path

Searched refs:mInputWatcher (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPreSimpleSaveActivity.java64 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
73 private final OneTimeTextWatcher mInputWatcher; field in PreSimpleSaveActivity.FillExpectation
76 mInputWatcher = new OneTimeTextWatcher("input", mPreInput, input); in FillExpectation()
80 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
DAttachedContextActivity.java59 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
64 private final OneTimeTextWatcher mInputWatcher; field in AttachedContextActivity.FillExpectation
67 mInputWatcher = new OneTimeTextWatcher("input", mInput, input); in FillExpectation()
71 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
DSimpleSaveActivity.java108 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
114 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
124 private final OneTimeTextWatcher mInputWatcher; field in SimpleSaveActivity.FillExpectation
128 mInputWatcher = new OneTimeTextWatcher("input", mInput, input); in FillExpectation()
135 mInputWatcher.assertAutoFilled(); in assertAutoFilled()