Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DInlineSuggestionFactory.java51 return response.getAuthentication() != null && response.getInlinePresentation() != null; in responseNeedAuthentication()
61 datasetIndex, response.getAuthentication(), response.getClientState(), in createInlineAuthentication()
167 dataset.getAuthentication() == null ? InlineSuggestionInfo.TYPE_SUGGESTION in createInlineSuggestion()
DInlineFillUi.java271 return dataset.getAuthentication() == null; in includeDataset()
DFillUi.java213 if (response.getAuthentication() != null) { in FillUi()
624 ? (dataset.getAuthentication() == null) in matches()
DAutoFillUI.java220 response.getAuthentication(), response.getClientState(), in showFillUi()
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java49 assertNull(c.getAuthentication()); in testDefaults()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java270 if (dataset.getAuthentication() != null) { in maybeRequestShowInlineSuggestions()
273 final IntentSender action = dataset.getAuthentication(); in maybeRequestShowInlineSuggestions()
DViewState.java213 if (mResponse.getDatasets() != null || mResponse.getAuthentication() != null) { in maybeCallOnFillReady()
DSession.java1009 && response.getAuthentication() == null)
3442 } else if (response.getAuthentication() != null) {
3532 if (dataset.getAuthentication() == null) {
3553 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent,
/frameworks/base/core/java/android/net/
DIpSecConfig.java177 public IpSecAlgorithm getAuthentication() { in getAuthentication() method in IpSecConfig
/frameworks/base/core/java/android/service/autofill/
DDataset.java157 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in Dataset
DFillResponse.java148 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in FillResponse
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1446 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms()
1597 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java305 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA()