Home
last modified time | relevance | path

Searched refs:authentication (Results 1 – 6 of 6) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java74 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
86 .setAuthentication(authentication) in datasetAuthTwoFields()
153 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse() local
172 .setAuthentication(authentication) in testDatasetAuthTwoFieldsReplaceResponse()
215 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues() local
227 .setAuthentication(authentication) in testDatasetAuthTwoFieldsNoValues()
324 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest() local
336 .setAuthentication(authentication) in datasetAuthMixedTest()
384 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthNoFiltering() local
393 .setAuthentication(authentication) in testDatasetAuthNoFiltering()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java185 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
198 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
296 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local
301 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testAuthCanceledWhileAutofilledAppIsLifecycled()
327 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testAuthCanceledWhileAutofilledAppIsLifecycled()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DDatasetFilteringTest.java498 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex() local
513 .setAuthentication(authentication) in testFilter_mixPlainAndRegex()
552 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard() local
567 .setAuthentication(authentication) in testFilter_mixPlainAndRegex_usingKeyboard()
DFillEventHistoryCommonTestCase.java104 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected() local
116 .setAuthentication(authentication) in testDatasetAuthenticationSelected()
146 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected() local
157 .setAuthentication(authentication, ID_USERNAME) in testAuthenticationSelected()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedFillResponse.java432 public Builder setAuthentication(IntentSender authentication, String... ids) { in setAuthentication() argument
434 mAuthentication = authentication; in setAuthentication()
930 public Builder setAuthentication(IntentSender authentication) { in setAuthentication() argument
931 mAuthentication = authentication; in setAuthentication()
DCannedAugmentedFillResponse.java412 public Builder setAuthentication(IntentSender authentication) { in setAuthentication() argument
413 mAuthentication = authentication; in setAuthentication()