OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputWatcher
(Results
1 - 3
of
3
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
AttachedContextActivity.java
59
mInput.addTextChangedListener(expectation.
mInputWatcher
);
64
private final OneTimeTextWatcher
mInputWatcher
;
67
mInputWatcher
= new OneTimeTextWatcher("input", mInput, input);
71
mInputWatcher
.assertAutoFilled();
PreSimpleSaveActivity.java
64
mPreInput.addTextChangedListener(expectation.
mInputWatcher
);
73
private final OneTimeTextWatcher
mInputWatcher
;
76
mInputWatcher
= new OneTimeTextWatcher("input", mPreInput, input);
80
mInputWatcher
.assertAutoFilled();
SimpleSaveActivity.java
108
mInput.addTextChangedListener(expectation.
mInputWatcher
);
114
mInput.addTextChangedListener(expectation.
mInputWatcher
);
124
private final OneTimeTextWatcher
mInputWatcher
;
128
mInputWatcher
= new OneTimeTextWatcher("input", mInput, input);
135
mInputWatcher
.assertAutoFilled();
Completed in 69 milliseconds