/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | OptionalSaveActivityTest.java | 201 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()
|
D | AutofillValueTest.java | 176 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 …]
|
D | VirtualContainerActivityTest.java | 92 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()
|
D | LoginActivityTest.java | 167 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 …]
|
D | CheckoutActivityTest.java | 89 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()
|
D | LoginActivity.java | 152 void expectAutoFill(String username, String password) { in expectAutoFill() method in LoginActivity 162 void expectAutoFill(String username) { in expectAutoFill() method in LoginActivity
|
D | VirtualContainerActivity.java | 73 void expectAutoFill(String username, String password) { in expectAutoFill() method in VirtualContainerActivity
|
D | TimePickerTestCase.java | 73 activity.expectAutoFill("4:20", 4, 20); in testAutoFillAndSave()
|
D | DatePickerTestCase.java | 73 activity.expectAutoFill("2012/11/20", 2012, 11, 20); in testAutoFillAndSave()
|
D | AbstractTimePickerActivity.java | 96 void expectAutoFill(String output, int hour, int minute) { in expectAutoFill() method in AbstractTimePickerActivity
|
D | OptionalSaveActivity.java | 109 void expectAutoFill(String address1, String address2, String city, String favColor) { in expectAutoFill() method in OptionalSaveActivity
|
D | AbstractDatePickerActivity.java | 107 void expectAutoFill(String output, int year, int month, int day) { in expectAutoFill() method in AbstractDatePickerActivity
|
D | CheckoutActivity.java | 133 void expectAutoFill(String ccNumber, int ccExpirationIndex, int addressId, boolean saveCc) { in expectAutoFill() method in CheckoutActivity
|