/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | AuthenticationTest.java | 77 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local 89 .setAuthentication(authentication) in datasetAuthTwoFields() 156 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse() local 175 .setAuthentication(authentication) in testDatasetAuthTwoFieldsReplaceResponse() 218 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues() local 230 .setAuthentication(authentication) in testDatasetAuthTwoFieldsNoValues() 327 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest() local 339 .setAuthentication(authentication) in datasetAuthMixedTest() 387 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthNoFiltering() local 396 .setAuthentication(authentication) in testDatasetAuthNoFiltering() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/ |
D | InlineAuthenticationTest.java | 91 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth_withNewAutofillSessionStartByActivity() local 102 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testFillResponseAuth_withNewAutofillSessionStartByActivity() 139 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth() local 150 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testFillResponseAuth() 197 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local 208 .setAuthentication(authentication) in datasetAuthTwoFields() 276 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthEphemeralOrPinned() local 292 .setAuthentication(authentication) in testDatasetAuthEphemeralOrPinned() 366 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingRegex() local 375 .setAuthentication(authentication) in testDatasetAuthFilteringUsingRegex() [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | SessionLifecycleTest.java | 188 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local 201 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 299 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local 304 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testAuthCanceledWhileAutofilledAppIsLifecycled() 330 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testAuthCanceledWhileAutofilledAppIsLifecycled()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/ |
D | PccFieldClassificationTest.java | 554 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local 566 .setAuthentication(authentication) in datasetAuthTwoFields() 664 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in fillResponseAuthBothFields() local 676 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in fillResponseAuthBothFields()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | DatasetFilteringTest.java | 531 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex() local 546 .setAuthentication(authentication) in testFilter_mixPlainAndRegex() 585 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard() local 600 .setAuthentication(authentication) in testFilter_mixPlainAndRegex_usingKeyboard()
|
D | FillEventHistoryCommonTestCase.java | 109 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected() local 121 .setAuthentication(authentication) in testDatasetAuthenticationSelected() 154 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected() local 165 .setAuthentication(authentication, ID_USERNAME) in testAuthenticationSelected()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | CannedAugmentedFillResponse.java | 412 public Builder setAuthentication(IntentSender authentication) { in setAuthentication() argument 413 mAuthentication = authentication; in setAuthentication()
|
D | CannedFillResponse.java | 547 public Builder setAuthentication(IntentSender authentication, String... ids) { 549 mAuthentication = authentication; 1187 public Builder setAuthentication(IntentSender authentication) { 1188 mAuthentication = authentication;
|