Home
last modified time | relevance | path

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

/aosp14/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 DAutoFillUI.java240 response.getAuthentication(), response.getClientState(), in showFillUi()
452 response.getAuthentication(), response.getClientState(), in showFillDialog()
H A DDialogFillUi.java130 if (response.getAuthentication() != null) { in DialogFillUi()
620 ? (dataset.getAuthentication() == null)
H A DFillUi.java222 if (response.getAuthentication() != null) { in FillUi()
638 ? (dataset.getAuthentication() == null) in matches()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java284 if (dataset.getAuthentication() != null) { in maybeRequestShowInlineSuggestions()
287 final IntentSender action = dataset.getAuthentication(); in maybeRequestShowInlineSuggestions()
H A DViewState.java215 if (mResponse.getDatasets() != null || mResponse.getAuthentication() != null) { in maybeCallOnFillReady()
H A DSession.java1617 if (((datasetList == null || datasetList.isEmpty()) && response.getAuthentication() == null) in onFillRequestSuccess()
1679 && response.getAuthentication() == null in isEmptyResponse()
1951 dataset.getAuthentication()); in computeDatasetsForProviderAndUpdateContainer()
2085 dataset.getAuthentication()); in computeDatasetsForPccAndUpdateContainer()
4715 response.getAuthentication(), response.getClientState(), in requestShowInlineSuggestionsLocked()
5326 } else if (response.getAuthentication() != null) { in setViewStatesLocked()
5421 if (dataset.getAuthentication() == null) { in autoFill()
5444 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent, in autoFill()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFillResponse.java282 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in FillResponse
H A DDataset.java341 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in Dataset
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt2831 method @Nullable public android.content.IntentSender getAuthentication();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48774 Landroid/service/autofill/Dataset;->getAuthentication()Landroid/content/IntentSender;
48858 Landroid/service/autofill/FillResponse;->getAuthentication()Landroid/content/IntentSender;