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

/frameworks/base/core/java/android/service/autofill/
H A DDataset.java48 * the dataset - see {@link Dataset.Builder#setAuthentication(IntentSender)}.
194 public @NonNull Builder setAuthentication(@Nullable IntentSender authentication) { method in class:Dataset.Builder
350 builder.setAuthentication(parcel.readParcelable(null));
H A DFillResponse.java180 public @NonNull Builder setAuthentication(@NonNull AutofillId[] ids, method in class:FillResponse.Builder
215 * {@link Dataset.Builder#setAuthentication(IntentSender) authenticated dataset} at the end
362 builder.setAuthentication(authenticationIds, authentication, presentation);
/frameworks/base/core/java/android/net/
H A DIpSecTransform.java337 public IpSecTransform.Builder setAuthentication( method in class:IpSecTransform.Builder

Completed in 81 milliseconds