Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java77 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
156 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse() local
218 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues() local
327 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest() local
387 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthNoFiltering() local
445 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingAutofillValue() local
525 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingRegex() local
604 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedFilteringTest() local
695 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
768 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in fillResponseAuthBothFields() local
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java91 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth_withNewAutofillSessionStartByActivity() local
139 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth() local
197 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
276 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthEphemeralOrPinned() local
366 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingRegex() local
511 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java188 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
299 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local
/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DPccFieldClassificationTest.java554 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
664 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in fillResponseAuthBothFields() local
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DDatasetFilteringTest.java531 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex() local
585 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard() local
DFillEventHistoryCommonTestCase.java109 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected() local
154 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedAugmentedFillResponse.java412 public Builder setAuthentication(IntentSender authentication) { in setAuthentication()