Home
last modified time | relevance | path

Searched defs:authentication (Results 1 – 25 of 203) sorted by relevance

123456789

/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
H A DAuthenticationTest.java79 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
158 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsReplaceResponse() local
220 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthTwoFieldsNoValues() local
329 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedTest() local
389 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthNoFiltering() local
447 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingAutofillValue() local
527 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingRegex() local
606 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthMixedFilteringTest() local
697 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
770 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in fillResponseAuthBothFields() local
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
H A DInlineAuthenticationTest.java91 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth_withNewAutofillSessionStartByActivity() local
139 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFillResponseAuth() local
197 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
276 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthEphemeralOrPinned() local
366 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthFilteringUsingRegex() local
511 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java170 IntentSender authentication, AutofillId[] authenticationIds, AutofillId[] ignoredIds, in FillResponse()
515 @Nullable IntentSender authentication, @Nullable RemoteViews presentation) { in setAuthentication()
578 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
598 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
676 @Nullable IntentSender authentication, in setAuthentication()
696 @Nullable IntentSender authentication, @Nullable RemoteViews presentation, in setAuthentication()
H A DDataset.java217 IntentSender authentication) { in Dataset()
645 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/
H A DSessionLifecycleTest.java197 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
309 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled() local
367 IntentSender authentication = PendingIntent.getActivity(getContext(), 0, in testAuthCanceledWhileAutofilledAppIsLifecycled_withRelayout() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DFillEventHistoryCommonTestCase.java121 final IntentSender authentication = in testAuthenticationSelected_withLastFocusedId() local
175 final IntentSender authentication = in testAuthenticationSelected_withDifferentLastFocusedIdForShownAndSelection() local
261 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testDatasetAuthenticationSelected() local
306 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testAuthenticationSelected() local
H A DDatasetFilteringTest.java531 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex() local
586 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in testFilter_mixPlainAndRegex_usingKeyboard() local
/aosp_15_r20/external/autotest/server/cros/ap_configurators/
H A Dasus_qis_ap_configurator.py15 def _set_authentication(self, authentication, wait_for_xpath=None): argument
135 def set_security_wep(self, key_value, authentication): argument
140 def _set_security_wep(self, key_value, authentication): argument
H A Dasus_ap_configurator.py21 def _set_authentication(self, authentication, wait_for_xpath=None): argument
213 def set_security_wep(self, key_value, authentication): argument
218 def _set_security_wep(self, key_value, authentication): argument
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DRecordingAuthenticator.java28 public final PasswordAuthentication authentication; field in RecordingAuthenticator
30 public RecordingAuthenticator(PasswordAuthentication authentication) { in RecordingAuthenticator()
/aosp_15_r20/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/proto/google/cloud/websecurityscanner/v1/
H A Dscan_config.proto79 oneof authentication { oneof
164 Authentication authentication = 5; field
/aosp_15_r20/external/googleapis/google/cloud/websecurityscanner/v1/
H A Dscan_config.proto79 oneof authentication { oneof
164 Authentication authentication = 5; field
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
H A DPccFieldClassificationTest.java554 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in datasetAuthTwoFields() local
664 final IntentSender authentication = AuthenticationActivity.createSender(mContext, 1, in fillResponseAuthBothFields() local
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
H A DHeuristicsService.java111 IntentSender authentication = SimpleAuthActivity.newIntentSenderForResponse(this, hints, in onFillRequest() local
267 IntentSender authentication = in createResponse() local
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
DDebugService.java112 IntentSender authentication = SimpleAuthActivity.newIntentSenderForResponse(this, hints, in onFillRequest() local
269 IntentSender authentication = in createResponse() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dtypes.h22 bool authentication; member
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
H A Dbackend.proto147 oneof authentication { oneof
H A Dservice.proto139 Authentication authentication = 11; field
/aosp_15_r20/external/googleapis/google/api/
H A Dbackend.proto147 oneof authentication { oneof
H A Dservice.proto139 Authentication authentication = 11; field
/aosp_15_r20/external/googleapis/google/api/serviceusage/v1/
H A Dresources.proto106 google.api.Authentication authentication = 11; field
/aosp_15_r20/external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1/src/main/proto/google/api/serviceusage/v1/
H A Dresources.proto98 google.api.Authentication authentication = 11; field
/aosp_15_r20/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1alpha/src/main/proto/google/cloud/websecurityscanner/v1alpha/
H A Dscan_config.proto71 oneof authentication { oneof
/aosp_15_r20/external/googleapis/google/cloud/websecurityscanner/v1alpha/
H A Dscan_config.proto71 oneof authentication { oneof
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dattribute.cc22 bool authentication, in AccessRequirements()

123456789