Home
last modified time | relevance | path

Searched refs:UNUSED_AUTOFILL_VALUE (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DPartitionedActivityTest.java26 import static android.autofillservice.cts.testcore.Helper.UNUSED_AUTOFILL_VALUE;
1318 .setField(ID_L1C1, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1319 .setField(ID_L1C2, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1324 .setField(ID_L1C1, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1360 .setField(ID_L2C1, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1361 .setField(ID_L2C2, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1366 .setField(ID_L2C2, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1401 .setField(ID_L3C1, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1402 .setField(ID_L3C2, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
1407 .setField(ID_L3C1, UNUSED_AUTOFILL_VALUE) in testAutofillMultipleAuthDatasetsInSequence()
[all …]
DAuthenticationTest.java24 import static android.autofillservice.cts.testcore.Helper.UNUSED_AUTOFILL_VALUE;
83 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE) in datasetAuthTwoFields()
84 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE) in datasetAuthTwoFields()
271 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE) in testDatasetAuthTwoDatasets()
272 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE) in testDatasetAuthTwoDatasets()
277 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE) in testDatasetAuthTwoDatasets()
278 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE) in testDatasetAuthTwoDatasets()
390 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE) in testDatasetAuthNoFiltering()
391 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE) in testDatasetAuthNoFiltering()
538 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE, min2Chars) in testDatasetAuthFilteringUsingRegex()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java25 import static android.autofillservice.cts.testcore.Helper.UNUSED_AUTOFILL_VALUE;
197 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE) in datasetAuthTwoFields()
198 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE) in datasetAuthTwoFields()
279 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE, null, in testDatasetAuthEphemeralOrPinned()
282 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE, null, in testDatasetAuthEphemeralOrPinned()
364 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE, min2Chars) in testDatasetAuthFilteringUsingRegex()
365 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE) in testDatasetAuthFilteringUsingRegex()
407 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE) in testDatasetAuthInlineSuggestionsRequestForTwoPartitions()
445 .setField(ID_PASSWORD, UNUSED_AUTOFILL_VALUE) in testDatasetAuthInlineSuggestionsRequestForTwoPartitions()
515 .setField(ID_USERNAME, UNUSED_AUTOFILL_VALUE) in fillDatasetAuthWithClientState()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java128 public static final String UNUSED_AUTOFILL_VALUE = null; field in Helper