HomeSort by relevance Sort by last modified time
    Searched refs:expectAutoFill (Results 1 - 23 of 23) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
AttachedContextActivityTest.java 52 final FillExpectation fillExpectation = mActivity.expectAutoFill("attack!");
AutofillValueTest.java 175 boolean expectAutoFill) throws Exception {
196 if (expectAutoFill) {
229 boolean expectAutoFill) throws Exception {
249 if (expectAutoFill) {
282 boolean expectAutoFill) throws Exception {
302 if (expectAutoFill) {
340 boolean expectAutoFill) throws Exception {
369 if (expectAutoFill) {
409 boolean expectAutoFill) throws Exception {
438 if (expectAutoFill) {
    [all...]
SimpleSaveActivity.java 114 FillExpectation expectAutoFill(String input) {
120 FillExpectation expectAutoFill(String input, String password) {
AttachedContextActivity.java 57 FillExpectation expectAutoFill(String input) {
AuthenticationTest.java 84 mActivity.expectAutoFill("dude", "sweet");
171 mActivity.expectAutoFill("dude", "sweet");
225 mActivity.expectAutoFill("dude", "sweet");
278 mActivity.expectAutoFill("dude", "sweet");
340 mActivity.expectAutoFill("dude", "sweet");
342 mActivity.expectAutoFill("DUDE", "SWEET");
391 mActivity.expectAutoFill("dude", "sweet");
461 mActivity.expectAutoFill("dude", "sweet");
538 mActivity.expectAutoFill("dude", "sweet");
621 mActivity.expectAutoFill("DUDE", "SWEET")
    [all...]
PreSimpleSaveActivity.java 62 FillExpectation expectAutoFill(String input) {
OptionalSaveActivityTest.java 196 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
221 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
245 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
269 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
336 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
349 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
362 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
375 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs",
589 mActivity.expectAutoFill("742 Evergreen Terrace", "Simpsons House",
626 mActivity.expectAutoFill("742 Evergreen Terrace", "Simpsons House"
    [all...]
LoginActivityTest.java 144 mActivity.expectAutoFill("dude", "sweet");
342 mActivity.expectAutoFill("dude", "sweet");
477 mActivity.expectAutoFill("dude", "sweet");
526 mActivity.expectAutoFill("dude", "sweet");
528 mActivity.expectAutoFill("DUDE");
573 mActivity.expectAutoFill("dude", "sweet");
625 mActivity.expectAutoFill("dude", "sweet");
662 mActivity.expectAutoFill("dude", "sweet");
692 mActivity.expectAutoFill("dude", "sweet");
722 mActivity.expectAutoFill("dude", "sweet")
    [all...]
LoginWithCustomHighlightActivityTest.java 60 mActivity.expectAutoFill("dude");
TimePickerTestCase.java 65 activity.expectAutoFill("4:20", 4, 20);
VirtualContainerActivityTest.java 172 mActivity.expectAutoFill("dude", "sweet");
266 mActivity.expectAutoFill("DUDE", "SWEET");
307 mActivity.expectAutoFill("dude", "sweet");
352 mActivity.expectAutoFill("dude", "sweet");
354 mActivity.expectAutoFill("jenny", "8675309");
384 mActivity.expectAutoFill("dude", "sweet");
474 mActivity.expectAutoFill("dude", "sweet");
FillEventHistoryTest.java 106 mActivity.expectAutoFill("dude", "sweet");
176 mActivity.expectAutoFill("username");
258 mActivity.expectAutoFill("username");
295 mActivity.expectAutoFill("username");
332 mActivity.expectAutoFill("username");
504 mActivity.expectAutoFill(BACKDOOR_USERNAME);
566 mActivity.expectAutoFill("username1", "password1");
617 mActivity.expectAutoFill("username1", "password1");
678 mActivity.expectAutoFill("username2", "password2");
    [all...]
AbstractDatePickerActivity.java 96 void expectAutoFill(String output, int year, int month, int day) {
107 * {@link #expectAutoFill(String, int, int, int)}.
110 assertWithMessage("expectAutoFill() not called").that(mExpectation).isNotNull();
AbstractTimePickerActivity.java 92 void expectAutoFill(String output, int hour, int minute) {
103 * {@link #expectAutoFill(String, int, int)}.
106 assertWithMessage("expectAutoFill() not called").that(mExpectation).isNotNull();
DatePickerTestCase.java 65 activity.expectAutoFill("2012/11/20", 2012, Calendar.DECEMBER, 20);
OptionalSaveActivity.java 108 void expectAutoFill(String address1, String address2, String city, String favColor) {
118 * {@link #expectAutoFill(String, String, String, String)}.
121 assertWithMessage("expectAutoFill() not called").that(mExpectation).isNotNull();
VirtualContainerActivity.java 82 void expectAutoFill(String username, String password) {
90 * {@link #expectAutoFill(String, String)}.
93 assertWithMessage("expectAutoFill() not called").that(mExpectation).isNotNull();
DisableAutofillTest.java 121 activity.expectAutoFill("id", "pass");
163 activity.expectAutoFill("yo");
LoginActivity.java 195 void expectAutoFill(String username, String password) {
205 void expectAutoFill(String username) {
221 * {@link #expectAutoFill(String, String)}.
224 assertWithMessage("expectAutoFill() not called").that(mExpectation).isNotNull();
CheckoutActivityTest.java 91 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address,
136 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address,
179 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address,
LoginWithStringsActivityTest.java 80 mActivity.expectAutoFill("dude", "sweet");
CheckoutActivity.java 156 void expectAutoFill(String ccNumber, int ccExpirationIndex, int addressId, boolean saveCc) {
166 * {@link #expectAutoFill(String, int, int, boolean)}.
169 assertWithMessage("expectAutoFill() not called").that(mExpectation).isNotNull();
SimpleSaveActivityTest.java 116 final FillExpectation autofillExpecation = mActivity.expectAutoFill("id", "pass");
488 final FillExpectation autofillExpecation = mActivity.expectAutoFill("id", "pass");
539 final FillExpectation autofillExpecation = mActivity.expectAutoFill("id", "pass");
783 final FillExpectation autofillExpecation1 = mActivity.expectAutoFill("id");
790 final FillExpectation autofillExpecation2 = mActivity.expectAutoFill("id again", "pass");
    [all...]

Completed in 109 milliseconds