Home
last modified time | relevance | path

Searched refs:expectAutoFill (Results 1 – 13 of 13) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DOptionalSaveActivityTest.java201 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllChangedAllSaveAll()
226 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllChangedFirstRequiredSaveAll()
250 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllChangedSecondRequiredSaveAll()
274 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllChangedOptionalSaveAll()
344 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllChangedIgnored()
357 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllFirstRequiredChangedToEmpty()
370 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllSecondRequiredChangedToNull()
383 mActivity.expectAutoFill("Shelbyville Nuclear Power Plant", "Shelbyville Bluffs", in testAutofillAllFirstRequiredChangedBackToInitialState()
DAutofillValueTest.java176 boolean expectAutoFill) throws Exception { in autofillEditText() argument
197 if (expectAutoFill) { in autofillEditText()
230 boolean expectAutoFill) throws Exception { in autofillCompoundButton() argument
250 if (expectAutoFill) { in autofillCompoundButton()
283 boolean expectAutoFill) throws Exception { in autofillListValue() argument
303 if (expectAutoFill) { in autofillListValue()
341 boolean expectAutoFill) throws Exception { in autofillDateValueToDatePicker() argument
370 if (expectAutoFill) { in autofillDateValueToDatePicker()
410 boolean expectAutoFill) throws Exception { in autofillDateValueToTimePicker() argument
439 if (expectAutoFill) { in autofillDateValueToTimePicker()
[all …]
DVirtualContainerActivityTest.java92 mActivity.expectAutoFill("dude", "sweet"); in autofillTest()
171 mActivity.expectAutoFill("DUDE", "SWEET"); in testAutofillTwoDatasets()
208 mActivity.expectAutoFill("dude", "sweet"); in testAutofillManuallyOneDataset()
253 mActivity.expectAutoFill("dude", "sweet"); in autofillManuallyTwoDatasets()
255 mActivity.expectAutoFill("jenny", "8675309"); in autofillManuallyTwoDatasets()
288 mActivity.expectAutoFill("dude", "sweet"); in testAutofillCallbacks()
360 mActivity.expectAutoFill("dude", "sweet"); in testSaveDialogNotShownWhenBackIsPressed()
DLoginActivityTest.java167 mActivity.expectAutoFill("dude", "sweet"); in testAutofillManuallyAfterServiceReturnedNoDatasets()
215 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillOneDataset()
261 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillTwoDatasetsSameNumberOfFields()
308 mActivity.expectAutoFill("dude", "sweet"); in autoFillTwoDatasetsUnevenNumberOfFieldsTest()
310 mActivity.expectAutoFill("DUDE"); in autoFillTwoDatasetsUnevenNumberOfFieldsTest()
369 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillOneDatasetAndMoveFocusAround()
404 mActivity.expectAutoFill("dude", "sweet"); in testUiNotShownAfterAutofilled()
434 mActivity.expectAutoFill("dude", "sweet"); in testAutofillCallbacks()
524 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillOneDatasetAndSave()
591 mActivity.expectAutoFill("dude", "sweet"); in testAutoFillOneDatasetAndSaveHidingOverlays()
[all …]
DCheckoutActivityTest.java89 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address, in testAutofill()
133 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address, in testAutofillDynamicAdapter()
175 mActivity.expectAutoFill("4815162342", INDEX_CC_EXPIRATION_NEVER, R.id.work_address, in testGetAutofillOptionsSorted()
DLoginActivity.java152 void expectAutoFill(String username, String password) { in expectAutoFill() method in LoginActivity
162 void expectAutoFill(String username) { in expectAutoFill() method in LoginActivity
DVirtualContainerActivity.java73 void expectAutoFill(String username, String password) { in expectAutoFill() method in VirtualContainerActivity
DTimePickerTestCase.java73 activity.expectAutoFill("4:20", 4, 20); in testAutoFillAndSave()
DDatePickerTestCase.java73 activity.expectAutoFill("2012/11/20", 2012, 11, 20); in testAutoFillAndSave()
DAbstractTimePickerActivity.java96 void expectAutoFill(String output, int hour, int minute) { in expectAutoFill() method in AbstractTimePickerActivity
DOptionalSaveActivity.java109 void expectAutoFill(String address1, String address2, String city, String favColor) { in expectAutoFill() method in OptionalSaveActivity
DAbstractDatePickerActivity.java107 void expectAutoFill(String output, int year, int month, int day) { in expectAutoFill() method in AbstractDatePickerActivity
DCheckoutActivity.java133 void expectAutoFill(String ccNumber, int ccExpirationIndex, int addressId, boolean saveCc) { in expectAutoFill() method in CheckoutActivity