Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java49 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.java804 && response.getAuthentication() == null) in onFillRequestSuccess()
2877 } else if (response.getAuthentication() != null) { in setViewStatesLocked()
2967 if (dataset.getAuthentication() == null) { in autoFill()
2986 startAuthentication(authenticationId, dataset.getAuthentication(), fillInIntent); in autoFill()
/frameworks/base/core/java/android/net/
DIpSecConfig.java177 public IpSecAlgorithm getAuthentication() { in getAuthentication() method in IpSecConfig
/frameworks/base/core/java/android/service/autofill/
DDataset.java140 public @Nullable IntentSender getAuthentication() { in getAuthentication() method in Dataset
DFillResponse.java137 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()
586 ? (dataset.getAuthentication() == null) in matches()
DAutoFillUI.java210 response.getAuthentication(), response.getClientState()); in showFillUi()
/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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43606 Landroid/net/IpSecConfig;->getAuthentication()Landroid/net/IpSecAlgorithm;
62686 Landroid/service/autofill/Dataset;->getAuthentication()Landroid/content/IntentSender;
62770 Landroid/service/autofill/FillResponse;->getAuthentication()Landroid/content/IntentSender;