HomeSort by relevance Sort by last modified time
    Searched defs:assertAutoFilled (Results 1 - 25 of 37) sorted by null

1 2

  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerActivity.java 80 * {@link #assertAutoFilled()} later.
92 void assertAutoFilled() throws Exception {
94 mExpectation.ccUsernameWatcher.assertAutoFilled();
95 mExpectation.ccPasswordWatcher.assertAutoFilled();
OptionalSaveActivity.java 106 * {@link #assertAutoFilled()} later.
120 void assertAutoFilled() throws Exception {
122 mExpectation.address1Watcher.assertAutoFilled();
123 mExpectation.address2Watcher.assertAutoFilled();
124 mExpectation.cityWatcher.assertAutoFilled();
125 mExpectation.favoriteColorWatcher.assertAutoFilled();
AttachedContextActivity.java 70 void assertAutoFilled() throws Exception {
71 mInputWatcher.assertAutoFilled();
PreSimpleSaveActivity.java 75 void assertAutoFilled() throws Exception {
76 mInputWatcher.assertAutoFilled();
MultipleTimesRadioGroupListener.java 51 void assertAutoFilled() throws Exception {
MultipleTimesTimeListener.java 52 void assertAutoFilled() throws Exception {
OneTimeCompoundButtonListener.java 50 void assertAutoFilled() throws Exception {
OneTimeDateListener.java 53 void assertAutoFilled() throws Exception {
OneTimeRadioGroupListener.java 49 void assertAutoFilled() throws Exception {
OneTimeSpinnerListener.java 46 void assertAutoFilled() throws Exception {
AutofillValueTest.java 198 textWatcher.assertAutoFilled();
251 checkedWatcher.assertAutoFilled();
304 spinnerWatcher.assertAutoFilled();
371 dateWatcher.assertAutoFilled();
440 timeWatcher.assertAutoFilled();
496 radioGroupWatcher.assertAutoFilled();
DialogLauncherActivity.java 89 void assertAutofilled() throws Exception {
92 mExpectation.mCcUsernameWatcher.assertAutoFilled();
95 mExpectation.mCcPasswordWatcher.assertAutoFilled();
AttachedContextActivityTest.java 62 fillExpectation.assertAutoFilled();
MultipleTimesTextWatcher.java 64 void assertAutoFilled() throws Exception {
AbstractDatePickerActivity.java 94 * {@link #assertAutoFilled()} later.
109 void assertAutoFilled() throws Exception {
111 mExpectation.outputWatcher.assertAutoFilled();
112 mExpectation.dateListener.assertAutoFilled();
AbstractTimePickerActivity.java 90 * {@link #assertAutoFilled()} later.
105 void assertAutoFilled() throws Exception {
107 mExpectation.timeListener.assertAutoFilled();
108 mExpectation.outputWatcher.assertAutoFilled();
SimpleSaveActivity.java 138 void assertAutoFilled() throws Exception {
139 mInputWatcher.assertAutoFilled();
141 mPasswordWatcher.assertAutoFilled();
CheckoutActivity.java 154 * {@link #assertAutoFilled()} later.
168 void assertAutoFilled() throws Exception {
170 mExpectation.ccNumberWatcher.assertAutoFilled();
171 mExpectation.ccExpirationListener.assertAutoFilled();
172 mExpectation.addressListener.assertAutoFilled();
173 mExpectation.saveCcListener.assertAutoFilled();
PartitionedActivityTest.java 160 expectation1.assertAutoFilled();
171 expectation2.assertAutoFilled();
209 expectation1.assertAutoFilled();
239 expectation2.assertAutoFilled();
288 expectation1.assertAutoFilled();
322 expectation2.assertAutoFilled();
358 expectation3.assertAutoFilled();
396 expectation4.assertAutoFilled();
430 expectation1.assertAutoFilled();
463 expectation2.assertAutoFilled();
    [all...]
LoginActivity.java 193 * {@link #assertAutoFilled()} later.
203 * through {@link #assertAutoFilled()} later.
212 * through {@link #assertAutoFilled()} later.
223 void assertAutoFilled() throws Exception {
226 mExpectation.ccUsernameWatcher.assertAutoFilled();
229 mExpectation.ccPasswordWatcher.assertAutoFilled();
MutableAutofillIdTest.java 141 expectation.assertAutoFilled();
185 expectation1.assertAutoFilled();
198 expectation2.assertAutoFilled();
DatePickerTestCase.java 79 activity.assertAutoFilled();
LoginWithCustomHighlightActivityTest.java 75 mActivity.assertAutoFilled();
TimePickerTestCase.java 78 activity.assertAutoFilled();
GridActivity.java 175 public void assertAutoFilled() throws Exception {
179 watcher.assertAutoFilled();

Completed in 451 milliseconds

1 2