Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java305 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAuth()
312 config.setAuthentication(algo); in testValidateAlgorithmsAuth()
362 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAuthCrypt()
381 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAeadWithAuth()
405 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
DIpSecServiceParameterizedTest.java257 config.setAuthentication(AUTH_ALGO); in addAuthAndCryptToIpSecConfig()
/frameworks/base/core/java/android/net/
DIpSecTransform.java373 public IpSecTransform.Builder setAuthentication(@NonNull IpSecAlgorithm algo) { in setAuthentication() method in IpSecTransform.Builder
376 mConfig.setAuthentication(algo); in setAuthentication()
DIpSecConfig.java98 public void setAuthentication(IpSecAlgorithm authentication) { in setAuthentication() method in IpSecConfig
/frameworks/base/core/java/android/service/autofill/
DDataset.java271 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { in setAuthentication() method in Dataset.Builder
527 builder.setAuthentication(parcel.readParcelable(null));
DFillResponse.java267 public @NonNull Builder setAuthentication(@NonNull AutofillId[] ids, in setAuthentication() method in FillResponse.Builder
654 builder.setAuthentication(authenticationIds, authentication, presentation);
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java62 c.setAuthentication( in getSampleConfig()
/frameworks/base/config/
Dhiddenapi-public-dex.txt25387 Landroid/net/IpSecTransform$Builder;->setAuthentication(Landroid/net/IpSecAlgorithm;)Landroid/net/I…
39526 Landroid/service/autofill/Dataset$Builder;->setAuthentication(Landroid/content/IntentSender;)Landro…
39605 Landroid/service/autofill/FillResponse$Builder;->setAuthentication([Landroid/view/autofill/Autofill…
/frameworks/base/api/
Dcurrent.txt27060 method public android.net.IpSecTransform.Builder setAuthentication(android.net.IpSecAlgorithm);
38858 …method public android.service.autofill.Dataset.Builder setAuthentication(android.content.IntentSen…
38950 …method public android.service.autofill.FillResponse.Builder setAuthentication(android.view.autofil…