Searched refs:authentication (Results 1 – 6 of 6) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | AuthenticationTest.java | 74 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/ |
D | SessionLifecycleTest.java | 185 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/ |
D | DatasetFilteringTest.java | 498 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()
|
D | FillEventHistoryCommonTestCase.java | 104 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/ |
D | CannedFillResponse.java | 432 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()
|
D | CannedAugmentedFillResponse.java | 412 public Builder setAuthentication(IntentSender authentication) { in setAuthentication() argument 413 mAuthentication = authentication; in setAuthentication()
|