Home
last modified time | relevance | path

Searched refs:datasetAuthTwoFields (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java182 datasetAuthTwoFields(/* cancelFirstAttempt */ false); in testDatasetAuthTwoFields()
189 datasetAuthTwoFields(/* cancelFirstAttempt */ true); in testDatasetAuthTwoFieldsUserCancelsFirstAttempt()
192 private void datasetAuthTwoFields(boolean cancelFirstAttempt) throws Exception { in datasetAuthTwoFields() method in InlineAuthenticationTest
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DPccFieldClassificationTest.java530 datasetAuthTwoFields(false); in testDatasetAuthTwoFields()
537 datasetAuthTwoFields(true); in testDatasetAuthTwoFieldsUserCancelsFirstAttempt()
540 private void datasetAuthTwoFields(boolean cancelFirstAttempt) throws Exception { in datasetAuthTwoFields() method in PccFieldClassificationTest
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java62 datasetAuthTwoFields(false); in testDatasetAuthTwoFields()
68 datasetAuthTwoFields(true); in testDatasetAuthTwoFieldsUserCancelsFirstAttempt()
71 private void datasetAuthTwoFields(boolean cancelFirstAttempt) throws Exception { in datasetAuthTwoFields() method in AuthenticationTest