Searched refs:authentication (Results 1 – 5 of 5) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AuthenticationTest.java | 67 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local 79 .setAuthentication(authentication) in datasetAuthTwoFields() 146 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse() local 165 .setAuthentication(authentication) in testDatasetAuthTwoFieldsReplaceResponse() 208 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues() local 220 .setAuthentication(authentication) in testDatasetAuthTwoFieldsNoValues() 317 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest() local 329 .setAuthentication(authentication) in datasetAuthMixedTest() 377 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthNoFiltering() local 386 .setAuthentication(authentication) in testDatasetAuthNoFiltering() [all …]
|
D | SessionLifecycleTest.java | 143 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local 156 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() 251 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local 256 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testAuthCanceledWhileAutofilledAppIsLifecycled()
|
D | DatasetFilteringTest.java | 392 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex() local 407 .setAuthentication(authentication) in testFilter_mixPlainAndRegex() 444 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard() local 459 .setAuthentication(authentication) in testFilter_mixPlainAndRegex_usingKeyboard()
|
D | CannedFillResponse.java | 387 public Builder setAuthentication(IntentSender authentication, String... ids) { in setAuthentication() argument 389 mAuthentication = authentication; in setAuthentication() 734 public Builder setAuthentication(IntentSender authentication) { in setAuthentication() argument 735 mAuthentication = authentication; in setAuthentication()
|
D | FillEventHistoryTest.java | 91 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected() local 103 .setAuthentication(authentication) in testDatasetAuthenticationSelected() 131 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected() local 142 .setAuthentication(authentication, ID_USERNAME) in testAuthenticationSelected()
|