Searched refs:setAuthentication (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/net/java/android/net/
H A DIpSecConfigTest.java62 c.setAuthentication(
/frameworks/base/tests/net/java/com/android/server/
H A DIpSecServiceTest.java305 config.setAuthentication(AUTH_ALGO);
312 config.setAuthentication(algo);
362 config.setAuthentication(AUTH_ALGO);
381 config.setAuthentication(AUTH_ALGO);
405 config.setAuthentication(AUTH_ALGO);
H A DIpSecServiceParameterizedTest.java257 config.setAuthentication(AUTH_ALGO);
/frameworks/base/core/java/android/net/
H A DIpSecTransform.java373 public IpSecTransform.Builder setAuthentication(@NonNull IpSecAlgorithm algo) { method in class:IpSecTransform.Builder
376 mConfig.setAuthentication(algo);
H A DIpSecConfig.java98 public void setAuthentication(IpSecAlgorithm authentication) { method in class:IpSecConfig
/frameworks/base/core/java/android/service/autofill/
H A DDataset.java71 * <p>See {@link Dataset.Builder#setAuthentication(IntentSender)} for more details about the dataset
271 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { method in class:Dataset.Builder
527 builder.setAuthentication(parcel.readParcelable(null));
H A DFillResponse.java267 public @NonNull Builder setAuthentication(@NonNull AutofillId[] ids, method in class:FillResponse.Builder
305 * {@link Dataset.Builder#setAuthentication(IntentSender) authenticated dataset} at the end
428 * {@link #setAuthentication(AutofillId[], IntentSender, RemoteViews)},
466 * {@link #setAuthentication(AutofillId[], IntentSender, RemoteViews) authentication} was
497 * {@link #setAuthentication(AutofillId[], IntentSender, RemoteViews)
515 * {@link #setAuthentication(AutofillId[], IntentSender, RemoteViews)},
556 throw new IllegalStateException("Already called #setAuthentication()");
654 builder.setAuthentication(authenticationIds, authentication, presentation);

Completed in 107 milliseconds