/cts/tests/autofillservice/src/android/autofillservice/cts/dialog/ |
D | LoginActivityTest.java | 104 mUiBot.waitForIdleSync(); in testPccRequest() 112 mUiBot.waitForIdleSync(); in testPccRequest() 146 mUiBot.waitForIdleSync(); in testShowFillDialogCustomIcon() 151 mUiBot.waitForIdleSync(); in testShowFillDialogCustomIcon() 154 mUiBot.selectByRelativeId(ID_PASSWORD); in testShowFillDialogCustomIcon() 155 mUiBot.waitForIdleSync(); in testShowFillDialogCustomIcon() 161 mUiBot.assertFillDialogHeader("Dialog Header"); in testShowFillDialogCustomIcon() 162 mUiBot.assertFillDialogRejectButton(); in testShowFillDialogCustomIcon() 163 mUiBot.assertFillDialogAcceptButton(); in testShowFillDialogCustomIcon() 164 final UiObject2 picker = mUiBot.assertFillDialogDatasets("Dialog Presentation"); in testShowFillDialogCustomIcon() [all …]
|
D | MultipleStepsSignInActivityTest.java | 81 mUiBot.selectByRelativeId(ID_USERNAME); in testShowFillDialog_contentChanged_shownFillDialog() 82 mUiBot.waitForIdleSync(); in testShowFillDialog_contentChanged_shownFillDialog() 85 mUiBot.assertFillDialogDatasets("Dialog Username"); in testShowFillDialog_contentChanged_shownFillDialog() 103 mUiBot.assertShownByRelativeId(ID_PASSWORD_LABEL); in testShowFillDialog_contentChanged_shownFillDialog() 110 mUiBot.selectByRelativeId(ID_PASSWORD); in testShowFillDialog_contentChanged_shownFillDialog() 111 mUiBot.waitForIdleSync(); in testShowFillDialog_contentChanged_shownFillDialog() 114 mUiBot.assertFillDialogDatasets("Dialog Password"); in testShowFillDialog_contentChanged_shownFillDialog() 155 mUiBot.assertShownByRelativeId(ID_PASSWORD_LABEL); in testShowFillDialog_backPrevPage_notShownFillDialog() 162 mUiBot.selectByRelativeId(ID_PASSWORD); in testShowFillDialog_backPrevPage_notShownFillDialog() 163 mUiBot.waitForIdleSync(); in testShowFillDialog_backPrevPage_notShownFillDialog() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/ |
D | InlineFilteringTest.java | 77 mUiBot.selectByRelativeId(ID_USERNAME); in testFiltering_filtersByPrefix() 78 mUiBot.waitForIdleSync(); in testFiltering_filtersByPrefix() 79 mUiBot.assertDatasets("The Dude", "Second Dude"); in testFiltering_filtersByPrefix() 84 mUiBot.waitForIdleSync(); in testFiltering_filtersByPrefix() 85 mUiBot.assertDatasets("Second Dude"); in testFiltering_filtersByPrefix() 89 mUiBot.waitForIdleSync(); in testFiltering_filtersByPrefix() 90 mUiBot.assertNoDatasets(); in testFiltering_filtersByPrefix() 94 mUiBot.waitForIdleSync(); in testFiltering_filtersByPrefix() 95 mUiBot.assertDatasets("Second Dude"); in testFiltering_filtersByPrefix() 98 mUiBot.selectDataset("Second Dude"); in testFiltering_filtersByPrefix() [all …]
|
D | InlineAuthenticationTest.java | 117 mUiBot.selectDataset("Tap to auth!"); in testFillResponseAuth_withNewAutofillSessionStartByActivity() 118 mUiBot.waitForIdle(); in testFillResponseAuth_withNewAutofillSessionStartByActivity() 121 mUiBot.selectByRelativeId("yes"); in testFillResponseAuth_withNewAutofillSessionStartByActivity() 122 mUiBot.waitForIdle(); in testFillResponseAuth_withNewAutofillSessionStartByActivity() 166 mUiBot.selectDataset("Tap to auth!"); in testFillResponseAuth() 167 mUiBot.waitForIdleSync(); in testFillResponseAuth() 170 mUiBot.waitForIdleSync(); in testFillResponseAuth() 173 mUiBot.selectDataset("Dataset"); in testFillResponseAuth() 174 mUiBot.waitForIdleSync(); in testFillResponseAuth() 175 mUiBot.assertNoDatasets(); in testFillResponseAuth() [all …]
|
D | InlineLoginActivityTest.java | 132 mUiBot.selectByRelativeId(ID_USERNAME); in testAutofill_disjointDatasets() 133 mUiBot.waitForIdleSync(); in testAutofill_disjointDatasets() 135 mUiBot.assertDatasets("The Username"); in testAutofill_disjointDatasets() 138 mUiBot.selectByRelativeId(ID_PASSWORD); in testAutofill_disjointDatasets() 139 mUiBot.waitForIdleSync(); in testAutofill_disjointDatasets() 141 mUiBot.assertDatasets("The Password", "The Password2"); in testAutofill_disjointDatasets() 144 mUiBot.selectByRelativeId(ID_USERNAME); in testAutofill_disjointDatasets() 145 mUiBot.waitForIdleSync(); in testAutofill_disjointDatasets() 147 mUiBot.assertDatasets("The Username"); in testAutofill_disjointDatasets() 148 mUiBot.selectDataset("The Username"); in testAutofill_disjointDatasets() [all …]
|
D | InlineAugmentedLoginActivityTest.java | 132 mUiBot.selectByRelativeId(ID_USERNAME); 133 mUiBot.waitForIdleSync(); 138 mUiBot.assertDatasets("dude"); 142 mUiBot.assertNoDatasetsEver(); 172 mUiBot.selectByRelativeId(ID_USERNAME); 173 mUiBot.waitForIdle(); 181 mUiBot.assertDatasets("dude", "DUDE"); 186 mUiBot.selectDataset("DUDE"); 187 mUiBot.waitForIdle(); 212 mUiBot.selectByRelativeId(ID_USERNAME); [all …]
|
D | InlineTooltipTest.java | 74 mUiBot.selectByRelativeId(ID_USERNAME); in testShowTooltip() 75 mUiBot.waitForIdleSync(); in testShowTooltip() 78 mUiBot.assertDatasets("The Username"); in testShowTooltip() 111 mUiBot.selectByRelativeId(ID_USERNAME); in testShowTooltipWithTwoFields() 112 mUiBot.waitForIdleSync(); in testShowTooltipWithTwoFields() 115 mUiBot.assertDatasets("The Username"); in testShowTooltipWithTwoFields() 119 mUiBot.selectByRelativeId(ID_PASSWORD); in testShowTooltipWithTwoFields() 120 mUiBot.waitForIdleSync(); in testShowTooltipWithTwoFields() 122 mUiBot.assertDatasets("The Password", "The Password2"); in testShowTooltipWithTwoFields() 126 mUiBot.selectByRelativeId(ID_USERNAME); in testShowTooltipWithTwoFields() [all …]
|
D | InlineSimpleSaveActivityTest.java | 85 mUiBot.selectByRelativeId(ID_INPUT); 86 mUiBot.waitForIdle(); 91 mUiBot.assertNoDatasetsEver(); 98 mUiBot.selectByRelativeId(ID_COMMIT); 99 mUiBot.waitForIdle(); 102 final UiObject2 saveUi = mUiBot.assertSaveShowing(SAVE_DATA_TYPE_GENERIC); 105 mUiBot.saveForAutofill(saveUi, true); 129 mUiBot.selectByRelativeId(ID_INPUT); 130 mUiBot.waitForIdle(); 135 mUiBot.assertDatasets("YO"); [all …]
|
D | InlineAugmentedAuthTest.java | 101 mUiBot.selectByRelativeId(ID_USERNAME); 102 mUiBot.waitForIdle(); 111 mUiBot.assertDatasets("John"); 114 mUiBot.selectDataset("John"); 115 mUiBot.waitForIdle(); 120 mUiBot.selectByRelativeId(AugmentedAuthActivity.ID_AUTH_ACTIVITY_BUTTON); 121 mUiBot.waitForIdle(); 124 mUiBot.assertNoDatasets(); 150 mUiBot.selectByRelativeId(ID_USERNAME); 151 mUiBot.waitForIdle(); [all …]
|
D | InlineLoginMixedCredentialActivityTest.java | 170 mUiBot.selectByRelativeId(ID_USERNAME); in testCredmanProxyServiceIsNotPublic() 171 mUiBot.waitForIdleSync(); in testCredmanProxyServiceIsNotPublic() 210 mUiBot.selectByRelativeId(ID_CARD_NUMBER); in testAutofill_selectNonCredentialView() 211 mUiBot.waitForIdleSync(); in testAutofill_selectNonCredentialView() 214 mUiBot.assertDatasets("The Credit"); in testAutofill_selectNonCredentialView() 216 mUiBot.selectDataset("The Credit"); in testAutofill_selectNonCredentialView() 217 mUiBot.waitForIdleSync(); in testAutofill_selectNonCredentialView() 235 mUiBot.selectByRelativeId(ID_USERNAME); in testAutofill_selectCredentialView() 236 mUiBot.waitForIdleSync(); in testAutofill_selectCredentialView() 239 mUiBot.assertDatasets("defaultUsername"); in testAutofill_selectCredentialView() [all …]
|
D | InlineWebViewActivityTest.java | 96 mActivity.loadWebView(mUiBot); 106 mUiBot.assertNoDatasetsEver(); 115 mUiBot.assumeMinimumResolution(500); 120 final MyWebView myWebView = mActivity.loadWebView(mUiBot); 121 mUiBot.waitForIdleSync(); 136 mUiBot.waitForIdleSync(); 138 mUiBot.assertDatasets("The Dude"); 142 mUiBot.waitForIdleSync(); 143 mUiBot.assertNoDatasets(); 145 mUiBot.waitForIdleSync(); [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | DatasetFilteringTest.java | 99 mUiBot.selectByRelativeId(ID_USERNAME); in testFilter() 100 mUiBot.waitForIdle(); in testFilter() 104 mUiBot.assertDatasets(aa, ab, b); in testFilter() 108 mUiBot.assertDatasets(aa, ab); in testFilter() 112 mUiBot.assertDatasets(aa); in testFilter() 118 mUiBot.assertNoDatasets(); in testFilter() 122 mUiBot.assertDatasets(aa, ab); in testFilter() 126 mUiBot.assertDatasets(aa, ab, b); in testFilter() 155 mUiBot.selectByRelativeId(ID_USERNAME); in testFilter_injectingEvents() 156 mUiBot.waitForIdle(); in testFilter_injectingEvents() [all …]
|
D | LoginActivityCommonTestCase.java | 63 mUiBot.selectByRelativeId(ID_USERNAME); in testAutoFillNoDatasets() 71 mUiBot.assertNoDatasetsEver(); in testAutoFillNoDatasets() 88 mUiBot.selectByRelativeId(ID_USERNAME); in testAutoFillNoDatasets_multipleFields_alwaysNull() 90 mUiBot.assertNoDatasetsEver(); in testAutoFillNoDatasets_multipleFields_alwaysNull() 95 mUiBot.assertNoDatasetsEver(); in testAutoFillNoDatasets_multipleFields_alwaysNull() 98 mUiBot.assertNoDatasetsEver(); in testAutoFillNoDatasets_multipleFields_alwaysNull() 101 mUiBot.assertNoDatasetsEver(); in testAutoFillNoDatasets_multipleFields_alwaysNull() 147 mUiBot.selectByRelativeId(ID_USERNAME); in testBasicLoginAutofill() 148 mUiBot.waitForIdle(); in testBasicLoginAutofill() 150 mUiBot.assertDatasets(expectedDatasets); in testBasicLoginAutofill() [all …]
|
D | FillEventHistoryCommonTestCase.java | 127 mUiBot.focusByRelativeId(ID_USERNAME); in testDatasetAuthenticationSelected() 128 mUiBot.waitForIdle(); in testDatasetAuthenticationSelected() 132 mUiBot.selectDataset("authentication"); in testDatasetAuthenticationSelected() 169 mUiBot.focusByRelativeId(ID_USERNAME); in testAuthenticationSelected() 170 mUiBot.waitForIdle(); in testAuthenticationSelected() 174 mUiBot.selectDataset("authentication"); in testAuthenticationSelected() 175 mUiBot.waitForIdle(); in testAuthenticationSelected() 176 mUiBot.selectDataset("dataset"); in testAuthenticationSelected() 177 mUiBot.waitForIdle(); in testAuthenticationSelected() 213 mUiBot.focusByRelativeId(ID_USERNAME); in testDatasetSelected_twoResponses() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | SessionLifecycleTest.java | 109 Helper.disableAutoRotation(mUiBot); in disableAutoRotation() 125 mUiBot.assertGoneByRelativeId(ID_USERNAME, Timeouts.ACTIVITY_RESURRECTION); in finishLoginActivityOnAnotherProcess() 163 mUiBot.assertShownByRelativeId(ID_USERNAME); in startAndWaitExternalActivity() 207 mUiBot.selectByRelativeId(ID_USERNAME); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 213 mUiBot.assertDatasets("authenticate"); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 217 mUiBot.setScreenOrientation(LANDSCAPE); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 218 mUiBot.setScreenOrientation(PORTRAIT); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 221 mUiBot.assertShownByRelativeId(ID_USERNAME); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 227 mUiBot.selectDataset("authenticate"); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 234 mUiBot.setScreenOrientation(PORTRAIT); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/ |
D | AutofillForAllAppsTest.java | 146 mUiBot.waitForIdleSync(); in testUnimportantViewTriggerFillRequest() 150 mUiBot.selectByRelativeId(ID_USERNAME); in testUnimportantViewTriggerFillRequest() 151 mUiBot.waitForIdleSync(); in testUnimportantViewTriggerFillRequest() 167 mUiBot.waitForIdleSync(); in testUnimportantViewNotTriggerFillRequestWhenActivityInDenylist() 171 mUiBot.selectByRelativeId(ID_USERNAME); in testUnimportantViewNotTriggerFillRequestWhenActivityInDenylist() 172 mUiBot.waitForIdleSync(); in testUnimportantViewNotTriggerFillRequestWhenActivityInDenylist() 188 mUiBot.waitForIdleSync(); in testUnimportantViewTriggerFillRequestWhenDenylistIsWronglyFormatted() 192 mUiBot.selectByRelativeId(ID_USERNAME); in testUnimportantViewTriggerFillRequestWhenDenylistIsWronglyFormatted() 193 mUiBot.waitForIdleSync(); in testUnimportantViewTriggerFillRequestWhenDenylistIsWronglyFormatted() 208 mUiBot.waitForIdleSync(); in testUnimportantViewNotTriggerFillRequestWhenPackageInDenylist() [all …]
|
D | PccFieldClassificationTest.java | 119 mUiBot.waitForIdleSync(); in testFieldClassificationRequestIsSentWhenScreenEntered() 152 mUiBot.waitForIdleSync(); in testFieldClassification_withFillDialog() 166 mUiBot.waitForIdleSync(); in testFieldClassification_withFillDialog() 169 mUiBot.selectByRelativeId(ID_PASSWORD); in testFieldClassification_withFillDialog() 170 mUiBot.waitForIdleSync(); in testFieldClassification_withFillDialog() 176 mUiBot.assertFillDialogHeader("Dialog Header"); in testFieldClassification_withFillDialog() 177 mUiBot.assertFillDialogRejectButton(); in testFieldClassification_withFillDialog() 178 mUiBot.assertFillDialogAcceptButton(); in testFieldClassification_withFillDialog() 179 final UiObject2 picker = mUiBot.assertFillDialogDatasets(DIALOG_PRESENTATION); in testFieldClassification_withFillDialog() 183 mUiBot.selectDataset(picker, DIALOG_PRESENTATION); in testFieldClassification_withFillDialog() [all …]
|
D | SettingsIntentTest.java | 83 mUiBot.scrollToTextObject(InstrumentedAutoFillService.sServiceLabel); 84 mUiBot.assertShownByText(InstrumentedAutoFillService.sServiceLabel); 85 mUiBot.scrollToTextObject(InstrumentedAutoFillServiceCompatMode.sServiceLabel); 86 mUiBot.assertShownByText(InstrumentedAutoFillServiceCompatMode.sServiceLabel); 87 mUiBot.scrollToTextObject(NoOpAutofillService.SERVICE_LABEL); 88 mUiBot.assertShownByText(NoOpAutofillService.SERVICE_LABEL); 89 mUiBot.assertNotShowingForSure(BadAutofillService.SERVICE_LABEL); 92 mUiBot.pressBack(); 104 mUiBot.scrollToTextObject(InstrumentedAutoFillService.sServiceLabel); 105 final UiObject2 object = mUiBot [all …]
|
D | WebViewMultiScreenLoginActivityTest.java | 96 final MyWebView myWebView = mActivity.loadWebView(mUiBot); 117 mUiBot.waitForIdle(); 122 mUiBot.assertNoDatasetsEver(); 135 mUiBot.waitForIdle(); 138 final UiObject2 saveUi1 = mUiBot.assertSaveShowing( 140 mUiBot.assertChildText(saveUi1, ID_USERNAME_LABEL, "User:"); 141 mUiBot.assertChildText(saveUi1, ID_USERNAME, "dude"); 144 mUiBot.saveForAutofill(saveUi1, true); 148 mUiBot.assertSaveNotShowing(); 153 mActivity.waitForPasswordScreen(mUiBot); [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | AutofillSaveDialogTest.java | 65 mUiBot.assertShownByRelativeId(SimpleBeforeLoginActivity.ID_BEFORE_LOGIN); in testShowSaveUiHideIcon() 70 mUiBot.assertShownByRelativeId(LoginActivity.ID_USERNAME_CONTAINER); in testShowSaveUiHideIcon() 89 mUiBot.assertShownByRelativeId(SimpleAfterLoginActivity.ID_AFTER_LOGIN); in testShowSaveUiHideIcon() 91 mUiBot.assertSaveNotShowing(SAVE_DATA_TYPE_USERNAME); in testShowSaveUiHideIcon() 99 mUiBot.assertSaveShowing(SAVE_DATA_TYPE_USERNAME); in testShowSaveUiHideIcon() 117 mUiBot.assertShownByRelativeId(SimpleBeforeLoginActivity.ID_BEFORE_LOGIN); in testShowSaveUiCustomServiceLabel() 122 mUiBot.assertShownByRelativeId(LoginActivity.ID_USERNAME_CONTAINER); in testShowSaveUiCustomServiceLabel() 142 mUiBot.assertShownByRelativeId(SimpleAfterLoginActivity.ID_AFTER_LOGIN); in testShowSaveUiCustomServiceLabel() 144 mUiBot.assertSaveNotShowing(SAVE_DATA_TYPE_USERNAME); in testShowSaveUiCustomServiceLabel() 153 mUiBot.assertSaveShowingWithCustomServiceName(SAVE_DATA_TYPE_USERNAME, in testShowSaveUiCustomServiceLabel() [all …]
|
D | SimpleSaveActivityTest.java | 147 mUiBot.selectDataset("YO"); in testAutoFillOneDatasetAndSave() 154 final UiObject2 saveUi = mUiBot.assertUpdateShowing(SAVE_DATA_TYPE_GENERIC); in testAutoFillOneDatasetAndSave() 157 mUiBot.saveForAutofill(saveUi, true); in testAutoFillOneDatasetAndSave() 199 mUiBot.selectDataset("YO"); in testAutoFillOneDatasetAndSave_largeAssistStructure() 206 final UiObject2 saveUi = mUiBot.assertUpdateShowing(SAVE_DATA_TYPE_GENERIC); in testAutoFillOneDatasetAndSave_largeAssistStructure() 209 mUiBot.saveForAutofill(saveUi, true); in testAutoFillOneDatasetAndSave_largeAssistStructure() 247 mUiBot.assertShownByRelativeId(ID_INPUT).click(); in testAutoFillOneDatasetAndSave_usingUiAutomatorOnly() 251 mUiBot.selectDataset("YO"); in testAutoFillOneDatasetAndSave_usingUiAutomatorOnly() 254 final UiObject2 input = mUiBot.assertShownByRelativeId(ID_INPUT); in testAutoFillOneDatasetAndSave_usingUiAutomatorOnly() 255 final UiObject2 password = mUiBot.assertShownByRelativeId(ID_PASSWORD); in testAutoFillOneDatasetAndSave_usingUiAutomatorOnly() [all …]
|
D | PreSimpleSaveActivityTest.java | 100 WelcomeActivity.assertShowingDefaultMessage(mUiBot); in saveUiRestoredAfterTappingLinkTest() 101 mUiBot.assertSaveNotShowing(SAVE_DATA_TYPE_PASSWORD); in saveUiRestoredAfterTappingLinkTest() 106 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in saveUiRestoredAfterTappingLinkTest() 107 WelcomeActivity.assertShowingDefaultMessage(mUiBot); in saveUiRestoredAfterTappingLinkTest() 110 mUiBot.pressBack(); in saveUiRestoredAfterTappingLinkTest() 122 mUiBot.saveForAutofill(newSaveUi, true); in saveUiRestoredAfterTappingLinkTest() 158 WelcomeActivity.assertShowingDefaultMessage(mUiBot); in tapLinkThenTapBackThenStartOverTest() 159 mUiBot.assertSaveNotShowing(SAVE_DATA_TYPE_PASSWORD); in tapLinkThenTapBackThenStartOverTest() 162 mUiBot.pressBack(); in tapLinkThenTapBackThenStartOverTest() 165 final UiObject2 saveUi2 = mUiBot.assertSaveShowing(SAVE_DATA_TYPE_PASSWORD); in tapLinkThenTapBackThenStartOverTest() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | PartitionedActivityTest.java | 88 mUiBot.assertDatasets("l1c1"); in testAutofillTwoPartitionsSkipFirst() 90 mUiBot.assertDatasets("l1c2"); in testAutofillTwoPartitionsSkipFirst() 114 mUiBot.assertDatasets("l2c1"); in testAutofillTwoPartitionsSkipFirst() 116 mUiBot.assertDatasets("l2c2"); in testAutofillTwoPartitionsSkipFirst() 122 mUiBot.selectDataset("l1c1"); in testAutofillTwoPartitionsSkipFirst() 132 mUiBot.selectDataset("l2c2"); in testAutofillTwoPartitionsSkipFirst() 168 mUiBot.selectDataset("Partition 1"); in testAutofillTwoPartitionsInSequence() 198 mUiBot.selectDataset("Partition 2"); in testAutofillTwoPartitionsInSequence() 246 mUiBot.selectDataset("Partition 1"); in autofill4PartitionsTest() 281 mUiBot.selectDataset("Partition 2"); in autofill4PartitionsTest() [all …]
|
D | AuthenticationTest.java | 103 mUiBot.assertDatasets("Tap to auth dataset"); in datasetAuthTwoFields() 110 mUiBot.assertDatasets("Tap to auth dataset"); in datasetAuthTwoFields() 116 mUiBot.assertDatasets("Tap to auth dataset"); in datasetAuthTwoFields() 121 mUiBot.selectDataset("Tap to auth dataset"); in datasetAuthTwoFields() 124 mUiBot.assertDatasets("Tap to auth dataset"); in datasetAuthTwoFields() 130 mUiBot.assertDatasets("Tap to auth dataset"); in datasetAuthTwoFields() 140 mUiBot.selectDataset("Tap to auth dataset"); in datasetAuthTwoFields() 142 mUiBot.assertNoDatasets(); in datasetAuthTwoFields() 192 mUiBot.selectDataset("Tap to auth dataset"); in testDatasetAuthTwoFieldsReplaceResponse() 197 mUiBot.selectDataset("Dataset"); in testDatasetAuthTwoFieldsReplaceResponse() [all …]
|
D | LoginActivityTest.java | 180 mUiBot.assertNoDatasetsEver(); in testAutofillAutomaticallyAfterServiceReturnedNoDatasets() 200 mUiBot.selectDataset("The Dude"); in testAutofillAutomaticallyAfterServiceReturnedNoDatasets() 222 mUiBot.assertNoDatasetsEver(); in testAutofillManuallyAfterServiceReturnedNoDatasets() 237 mUiBot.selectDataset("The Dude"); in testAutofillManuallyAfterServiceReturnedNoDatasets() 258 mUiBot.assertNoDatasetsEver(); in testAutofillManuallyAndSaveAfterServiceReturnedNoDatasets() 261 mUiBot.assertNoDatasetsEver(); in testAutofillManuallyAndSaveAfterServiceReturnedNoDatasets() 283 mUiBot.assertNoDatasetsEver(); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() 298 mUiBot.assertNoDatasetsEver(); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() 315 mUiBot.saveForAutofill(true, SAVE_DATA_TYPE_PASSWORD); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() 382 mUiBot.waitForIdleSync(); in testAutofillManuallyAlwaysCallServiceAgain() [all …]
|