Home
last modified time | relevance | path

Searched defs:authentication (Results 1 – 5 of 5) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DAuthenticationTest.java67 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
146 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse() local
208 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues() local
317 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest() local
377 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthNoFiltering() local
435 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingAutofillValue() local
522 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingRegex() local
601 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedFilteringTest() local
691 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
759 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in fillResponseAuthBothFields() local
[all …]
DSessionLifecycleTest.java174 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
285 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local
DDatasetFilteringTest.java468 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex() local
520 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard() local
DFillEventHistoryTest.java81 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected() local
121 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected() local
DCannedFillResponse.java395 public Builder setAuthentication(IntentSender authentication, String... ids) { in setAuthentication()
736 public Builder setAuthentication(IntentSender authentication) { in setAuthentication()