Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java106 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
119 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
213 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local
218 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testAuthCanceledWhileAutofilledAppIsLifecycled()
DCannedFillResponse.java256 public Builder setAuthentication(IntentSender authentication, String... ids) { in setAuthentication() argument
258 mAuthentication = authentication; in setAuthentication()
431 public Builder setAuthentication(IntentSender authentication) { in setAuthentication() argument
432 mAuthentication = authentication; in setAuthentication()
DLoginActivityTest.java1507 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in fillResponseAuthBothFields() local
1519 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in fillResponseAuthBothFields()
1596 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in testFillResponseAuthJustOneField() local
1607 .setAuthentication(authentication, ID_USERNAME) in testFillResponseAuthJustOneField()
1658 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in testFillResponseAuthServiceHasNoData() local
1665 .setAuthentication(authentication, ID_USERNAME, ID_PASSWORD) in testFillResponseAuthServiceHasNoData()
1703 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in datasetAuthTwoFields() local
1716 .setAuthentication(authentication) in datasetAuthTwoFields()
1782 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in testDatasetAuthTwoFieldsReplaceResponse() local
1801 .setAuthentication(authentication) in testDatasetAuthTwoFieldsReplaceResponse()
[all …]