Home
last modified time | relevance | path

Searched defs: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
213 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local
DLoginActivityTest.java1507 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in fillResponseAuthBothFields() local
1596 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in testFillResponseAuthJustOneField() local
1658 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in testFillResponseAuthServiceHasNoData() local
1703 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in datasetAuthTwoFields() local
1782 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in testDatasetAuthTwoFieldsReplaceResponse() local
1843 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in testDatasetAuthTwoFieldsNoValues() local
1955 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in datasetAuthMixedTest() local
2562 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in checkFillSelectionAfterSelectingDatasetAuthentication() local
2608 final IntentSender authentication = AuthenticationActivity.createSender(getContext(), 1, in checkFillSelectionAfterSelectingAuthentication() local
DCannedFillResponse.java256 public Builder setAuthentication(IntentSender authentication, String... ids) { in setAuthentication()
431 public Builder setAuthentication(IntentSender authentication) { in setAuthentication()