Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java79 .setField(ID_L1C1, "l1c1", createPresentation("l1c1")) in testAutofillTwoPartitionsSkipFirst()
80 .setField(ID_L1C2, "l1c2", createPresentation("l1c2")) in testAutofillTwoPartitionsSkipFirst()
102 .setField(ID_L2C1, "l2c1", createPresentation("l2c1")) in testAutofillTwoPartitionsSkipFirst()
103 .setField(ID_L2C2, "l2c2", createPresentation("l2c2")) in testAutofillTwoPartitionsSkipFirst()
159 .setField(ID_L1C1, "l1c1") in testAutofillTwoPartitionsInSequence()
160 .setField(ID_L1C2, "l1c2") in testAutofillTwoPartitionsInSequence()
187 .setField(ID_L2C1, "l2c1") in testAutofillTwoPartitionsInSequence()
188 .setField(ID_L2C2, "l2c2") in testAutofillTwoPartitionsInSequence()
234 .setField(ID_L1C1, "l1c1") in autofill4PartitionsTest()
235 .setField(ID_L1C2, "l1c2") in autofill4PartitionsTest()
[all …]
DOptionalSaveActivityTest.java205 .setField(ID_ADDRESS1, "Shelbyville Nuclear Power Plant") in testAutofillAllChangedAllSaveAll()
206 .setField(ID_ADDRESS2, "Shelbyville Bluffs") in testAutofillAllChangedAllSaveAll()
207 .setField(ID_CITY, "Shelbyville") in testAutofillAllChangedAllSaveAll()
208 .setField(ID_FAVORITE_COLOR, "Lemon"), in testAutofillAllChangedAllSaveAll()
230 .setField(ID_ADDRESS1, "Shelbyville Nuclear Power Plant") in testAutofillAllChangedFirstRequiredSaveAll()
231 .setField(ID_ADDRESS2, "Shelbyville Bluffs") in testAutofillAllChangedFirstRequiredSaveAll()
232 .setField(ID_CITY, "Shelbyville") in testAutofillAllChangedFirstRequiredSaveAll()
233 .setField(ID_FAVORITE_COLOR, "Lemon"), in testAutofillAllChangedFirstRequiredSaveAll()
254 .setField(ID_ADDRESS1, "Shelbyville Nuclear Power Plant") in testAutofillAllChangedSecondRequiredSaveAll()
255 .setField(ID_ADDRESS2, "Shelbyville Bluffs") in testAutofillAllChangedSecondRequiredSaveAll()
[all …]
DLoginActivityTest.java163 .setField(ID_USERNAME, "dude") in testAutofillManuallyAfterServiceReturnedNoDatasets()
164 .setField(ID_PASSWORD, "sweet") in testAutofillManuallyAfterServiceReturnedNoDatasets()
211 .setField(ID_USERNAME, "dude") in testAutoFillOneDataset()
212 .setField(ID_PASSWORD, "sweet") in testAutoFillOneDataset()
251 .setField(ID_USERNAME, "dude") in testAutoFillTwoDatasetsSameNumberOfFields()
252 .setField(ID_PASSWORD, "sweet") in testAutoFillTwoDatasetsSameNumberOfFields()
256 .setField(ID_USERNAME, "DUDE") in testAutoFillTwoDatasetsSameNumberOfFields()
257 .setField(ID_PASSWORD, "SWEET") in testAutoFillTwoDatasetsSameNumberOfFields()
298 .setField(ID_USERNAME, "dude") in autoFillTwoDatasetsUnevenNumberOfFieldsTest()
299 .setField(ID_PASSWORD, "sweet") in autoFillTwoDatasetsUnevenNumberOfFieldsTest()
[all …]
DVirtualContainerActivityTest.java88 .setField(ID_USERNAME, "dude") in autofillTest()
89 .setField(ID_PASSWORD, "sweet") in autofillTest()
161 .setField(ID_USERNAME, "dude") in testAutofillTwoDatasets()
162 .setField(ID_PASSWORD, "sweet") in testAutofillTwoDatasets()
166 .setField(ID_USERNAME, "DUDE") in testAutofillTwoDatasets()
167 .setField(ID_PASSWORD, "SWEET") in testAutofillTwoDatasets()
204 .setField(ID_USERNAME, "dude") in testAutofillManuallyOneDataset()
205 .setField(ID_PASSWORD, "sweet") in testAutofillManuallyOneDataset()
242 .setField(ID_USERNAME, "dude") in autofillManuallyTwoDatasets()
243 .setField(ID_PASSWORD, "sweet") in autofillManuallyTwoDatasets()
[all …]
DCheckoutActivityTest.java84 .setField(ID_CC_NUMBER, "4815162342") in testAutofill()
85 .setField(ID_CC_EXPIRATION, INDEX_CC_EXPIRATION_NEVER) in testAutofill()
86 .setField(ID_ADDRESS, 1) in testAutofill()
87 .setField(ID_SAVE_CC, true) in testAutofill()
128 .setField(ID_CC_NUMBER, "4815162342") in testAutofillDynamicAdapter()
129 .setField(ID_CC_EXPIRATION, INDEX_CC_EXPIRATION_NEVER) in testAutofillDynamicAdapter()
130 .setField(ID_ADDRESS, 1) in testAutofillDynamicAdapter()
131 .setField(ID_SAVE_CC, true) in testAutofillDynamicAdapter()
170 .setField(ID_CC_NUMBER, "4815162342") in testGetAutofillOptionsSorted()
171 .setField(ID_CC_EXPIRATION, INDEX_CC_EXPIRATION_NEVER) in testGetAutofillOptionsSorted()
[all …]
DCannedFillResponse.java378 public Builder setField(String resourceId, String text) { in setField() method in CannedFillResponse.CannedDataset.Builder
379 return setField(resourceId, AutofillValue.forText(text)); in setField()
385 public Builder setField(String resourceId, int index) { in setField() method in CannedFillResponse.CannedDataset.Builder
386 return setField(resourceId, AutofillValue.forList(index)); in setField()
392 public Builder setField(String resourceId, boolean toggled) { in setField() method in CannedFillResponse.CannedDataset.Builder
393 return setField(resourceId, AutofillValue.forToggle(toggled)); in setField()
399 public Builder setField(String resourceId, long date) { in setField() method in CannedFillResponse.CannedDataset.Builder
400 return setField(resourceId, AutofillValue.forDate(date)); in setField()
406 public Builder setField(String resourceId, AutofillValue value) { in setField() method in CannedFillResponse.CannedDataset.Builder
414 public Builder setField(String resourceId, String text, RemoteViews presentation) { in setField() method in CannedFillResponse.CannedDataset.Builder
[all …]
DAutofillValueTest.java184 .setField("editText", value) in autofillEditText()
238 .setField("compoundButton", value) in autofillCompoundButton()
291 .setField("spinner", value) in autofillListValue()
352 .setField("datePicker", value) in autofillDateValueToDatePicker()
353 .setField("editText", "filled") in autofillDateValueToDatePicker()
422 .setField("timePicker", value) in autofillDateValueToTimePicker()
423 .setField("editText", "filled") in autofillDateValueToTimePicker()
481 .setField("radioGroup", value) in autofillRadioGroup()
482 .setField("editText", "filled") in autofillRadioGroup()
DTimePickerTestCase.java67 .setField(ID_OUTPUT, "Y U NO CHANGE ME?") in testAutoFillAndSave()
68 .setField(ID_TIME_PICKER, cal.getTimeInMillis()) in testAutoFillAndSave()
DMultipleFragmentLoginTest.java64 .setField("editText1", "editText1-autofilled") in loginOnTwoFragments()
109 .setField("editText3", "editText3-autofilled") in loginOnTwoFragments()
110 .setField("editText4", "editText4-autofilled") in loginOnTwoFragments()
216 .setField("editText1", "whatever") in uiDismissedWhenFragmentIsGoneText()
DSessionLifecycleTest.java113 .setField(ID_USERNAME, AutofillValue.forText("autofilled username")) in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
261 .setField(ID_USERNAME, "filled").build()) in testDatasetVisibleWhileAutofilledAppIsLifecycled()
307 .setField(ID_USERNAME, "filled").build()) in testAutofillNestedActivitiesWhileAutofilledAppIsLifecycled()
327 .setField(ID_USERNAME, "filled").build()) in testAutofillNestedActivitiesWhileAutofilledAppIsLifecycled()
DDatePickerTestCase.java68 .setField(ID_OUTPUT, "Y U NO CHANGE ME?") in testAutoFillAndSave()
69 .setField(ID_DATE_PICKER, cal.getTimeInMillis()) in testAutoFillAndSave()
DViewAttributesTest.java151 .setField("editTextNoHint", AutofillValue.forText("filled")) in onAssistStructure()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex12001 private static native void setField(
12008 private static native void setField(
12015 private static native void setField(
12022 private static native void setField(
12029 private static native void setField(
12036 private static native void setField(
12043 private static native void setField(
12050 private static native void setField(
20701 private native void setField(