Home
last modified time | relevance | path

Searched refs:mAugmentedUiBot (Results 1 – 5 of 5) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java119 mAugmentedUiBot.assertUiNeverShown();
148 mAugmentedUiBot.assertUiNeverShown();
177 mAugmentedUiBot.assertUiNeverShown();
192 mAugmentedUiBot.assertUiNeverShown();
245 mAugmentedUiBot.assertUiNeverShown();
260 mAugmentedUiBot.assertUiNeverShown();
315 final UiObject2 ui = mAugmentedUiBot.assertUiShown(usernameId, "Augment Me");
320 mAugmentedUiBot.assertUiGone();
349 mAugmentedUiBot.assertUiNeverShown();
384 final UiObject2 ui = mAugmentedUiBot.assertUiShown(usernameId, "Augment Me");
[all …]
DAbstractLoginNotImportantForAutofillTestCase.java62 mAugmentedUiBot.assertUiNeverShown(); in testAutofill_none()
93 final UiObject2 ui = mAugmentedUiBot.assertUiShown(usernameId, "Augment Me"); in testAutofill_oneField()
98 mAugmentedUiBot.assertUiGone(); in testAutofill_oneField()
130 final UiObject2 ui = mAugmentedUiBot.assertUiShown(usernameId, "Augment Me"); in testAutofill_twoFields()
135 mAugmentedUiBot.assertUiGone(); in testAutofill_twoFields()
166 final UiObject2 ui = mAugmentedUiBot.assertUiShown(usernameId, "Augment Me"); in testAutofill_manualRequest()
171 mAugmentedUiBot.assertUiGone(); in testAutofill_manualRequest()
201 mAugmentedUiBot.assertUiShown(usernameId, "Augment Me"); in testAutofill_autoThenManualRequests()
224 final UiObject2 ui = mAugmentedUiBot.assertUiShown(usernameId, "Fill Me"); in testAutofill_autoThenManualRequests()
229 mAugmentedUiBot.assertUiGone(); in testAutofill_autoThenManualRequests()
DDisableAutofillTest.java67 final UiObject2 ui = mAugmentedUiBot.assertUiShown(preInput.getAutofillId(), "Augment Me"); in testAugmentedAutofill_standardAutofillDisabledByService_sameActivity()
74 mAugmentedUiBot.assertUiGone(); in testAugmentedAutofill_standardAutofillDisabledByService_sameActivity()
121 final UiObject2 ui = mAugmentedUiBot.assertUiShown(inputId, "Augment Me"); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()
128 mAugmentedUiBot.assertUiGone(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()
DAugmentedAutofillAutoActivityLaunchTestCase.java41 protected AugmentedUiBot mAugmentedUiBot; field in AugmentedAutofillAutoActivityLaunchTestCase
64 mAugmentedUiBot = new AugmentedUiBot(mUiBot); in setFixtures()
DAugmentedAutofillManualActivityLaunchTestCase.java40 protected AugmentedUiBot mAugmentedUiBot; field in AugmentedAutofillManualActivityLaunchTestCase
62 mAugmentedUiBot = new AugmentedUiBot(mUiBot); in setFixtures()