Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DPreSimpleSaveActivity.java66 mPreInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
75 private final OneTimeTextWatcher mInputWatcher; field in PreSimpleSaveActivity.FillExpectation
78 mInputWatcher = new OneTimeTextWatcher("input", mPreInput, input); in FillExpectation()
82 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
DAttachedContextActivity.java61 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
66 private final OneTimeTextWatcher mInputWatcher; field in AttachedContextActivity.FillExpectation
69 mInputWatcher = new OneTimeTextWatcher("input", mInput, input); in FillExpectation()
73 mInputWatcher.assertAutoFilled(); in assertAutoFilled()
DSimpleSaveActivity.java110 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
116 mInput.addTextChangedListener(expectation.mInputWatcher); in expectAutoFill()
126 private final OneTimeTextWatcher mInputWatcher; field in SimpleSaveActivity.FillExpectation
130 mInputWatcher = new OneTimeTextWatcher("input", mInput, input); in FillExpectation()
137 mInputWatcher.assertAutoFilled(); in assertAutoFilled()