Home
last modified time | relevance | path

Searched refs:getAuthentication (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineFillUi.java132 if (response.getAuthentication() != null && response.getInlinePresentation() != null) { in forAutofill()
295 return dataset.getAuthentication() == null; in includeDataset()
H A DInlineSuggestionFactory.java93 dataset.getAuthentication() == null ? TYPE_SUGGESTION in createInlineSuggestions()
H A DFillUi.java213 if (response.getAuthentication() != null) { in FillUi()
625 ? (dataset.getAuthentication() == null) in matches()
H A DAutoFillUI.java220 response.getAuthentication(), response.getClientState(), in showFillUi()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIpSecConfigTest.java54 assertNull(c.getAuthentication()); in testDefaults()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java283 if (dataset.getAuthentication() != null) { in maybeRequestShowInlineSuggestions()
286 final IntentSender action = dataset.getAuthentication(); in maybeRequestShowInlineSuggestions()
H A DViewState.java213 if (mResponse.getDatasets() != null || mResponse.getAuthentication() != null) { in maybeCallOnFillReady()
H A DSession.java1080 && response.getAuthentication() == null)
3148 response.getAuthentication(), response.getClientState(),
3575 } else if (response.getAuthentication() != null) {
3665 if (dataset.getAuthentication() == null) {
3686 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent,
/aosp12/frameworks/base/core/java/android/net/
H A DIpSecConfig.java177 public IpSecAlgorithm getAuthentication() { in getAuthentication() method in IpSecConfig
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java156 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in FillResponse
H A DDataset.java188 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in Dataset
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java1510 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms()
1661 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DIpSecServiceParameterizedTest.java360 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2259 method @Nullable public android.content.IntentSender getAuthentication();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35934 Landroid/net/IpSecConfig;->getAuthentication()Landroid/net/IpSecAlgorithm;
52097 Landroid/service/autofill/Dataset;->getAuthentication()Landroid/content/IntentSender;
52181 Landroid/service/autofill/FillResponse;->getAuthentication()Landroid/content/IntentSender;