Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java48 assertNull(c.getAuthentication()); in testDefaults()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DViewState.java205 if (mResponse.getDatasets() != null || mResponse.getAuthentication() != null) { in maybeCallOnFillReady()
DSession.java684 && response.getAuthentication() == null) in onFillRequestSuccess()
2352 } else if (response.getAuthentication() != null) { in setViewStatesLocked()
2441 if (dataset.getAuthentication() == null) { in autoFill()
2460 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent); in autoFill()
/frameworks/base/core/java/android/net/
DIpSecConfig.java157 public IpSecAlgorithm getAuthentication() { in getAuthentication() method in IpSecConfig
/frameworks/base/core/java/android/service/autofill/
DDataset.java139 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in Dataset
DFillResponse.java135 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in FillResponse
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java212 if (response.getAuthentication() != null) { in FillUi()
591 ? (dataset.getAuthentication() == null)
DAutoFillUI.java204 response.getAuthentication(), response.getClientState()); in showFillUi()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1398 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms()
1510 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform()