Searched refs:BeginGetCredentialResponse (Results 1 – 9 of 9) sorted by relevance
37 public final class BeginGetCredentialResponse implements Parcelable { class54 public BeginGetCredentialResponse() { in BeginGetCredentialResponse() method in BeginGetCredentialResponse61 private BeginGetCredentialResponse( in BeginGetCredentialResponse() method in BeginGetCredentialResponse72 private BeginGetCredentialResponse(@NonNull Parcel in) { in BeginGetCredentialResponse() method in BeginGetCredentialResponse82 public static final @NonNull Creator<BeginGetCredentialResponse> CREATOR =83 new Creator<BeginGetCredentialResponse>() {86 return new BeginGetCredentialResponse(in);90 public BeginGetCredentialResponse[] newArray(int size) {91 return new BeginGetCredentialResponse[size];271 public @NonNull BeginGetCredentialResponse build() { in build()[all …]
3 import android.service.credentials.BeginGetCredentialResponse;13 void onSuccess(in BeginGetCredentialResponse response); in onSuccess()
250 new OutcomeReceiver<BeginGetCredentialResponse,253 public void onResult(BeginGetCredentialResponse result) {373 BeginGetCredentialResponse, GetCredentialException> callback); in onBeginGetCredential() argument
3 parcelable BeginGetCredentialResponse;
26 import android.service.credentials.BeginGetCredentialResponse;49 public static BeginGetCredentialResponse extractResponseContent(Intent resultData) { in extractResponseContent()55 BeginGetCredentialResponse.class); in extractResponseContent()
34 import android.service.credentials.BeginGetCredentialResponse;156 AtomicReference<CompletableFuture<BeginGetCredentialResponse>> futureRef = in onBeginGetCredential()160 CompletableFuture<BeginGetCredentialResponse> connectThenExecute = postAsync(service -> { in onBeginGetCredential()161 CompletableFuture<BeginGetCredentialResponse> getCredentials = in onBeginGetCredential()168 public void onSuccess(BeginGetCredentialResponse response) { in onBeginGetCredential()182 CompletableFuture<BeginGetCredentialResponse> future = in onBeginGetCredential()
37 import android.service.credentials.BeginGetCredentialResponse;61 BeginGetCredentialResponse>63 RemoteCredentialService.ProviderCallbacks<BeginGetCredentialResponse> {214 public void onProviderResponseSuccess(@Nullable BeginGetCredentialResponse response) { in onProviderResponseSuccess()440 BeginGetCredentialResponse response = PendingIntentResultHandler in onAuthenticationEntrySelected()453 private void addToInitialRemoteResponse(BeginGetCredentialResponse content, in addToInitialRemoteResponse()476 private void onSetInitialRemoteResponse(BeginGetCredentialResponse response) { in onSetInitialRemoteResponse()660 private boolean isEmptyResponse(BeginGetCredentialResponse response) { in isEmptyResponse()
25 import android.service.credentials.BeginGetCredentialResponse;217 if (response instanceof BeginGetCredentialResponse) { in collectCandidateEntryMetrics()219 (BeginGetCredentialResponse) response, isAuthEntry); in collectCandidateEntryMetrics()290 BeginGetCredentialResponse response, boolean isAuthEntry) { in beginGetCredentialResponseCollectionCandidateEntryMetrics()
40639 public final class BeginGetCredentialResponse implements android.os.Parcelable {40640 ctor public BeginGetCredentialResponse();40647 …inal android.os.Parcelable.Creator<android.service.credentials.BeginGetCredentialResponse> CREATOR;40650 public static final class BeginGetCredentialResponse.Builder {40651 ctor public BeginGetCredentialResponse.Builder();40652 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addAction(@N…40653 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addAuthentic…40654 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addCredentia…40655 method @NonNull public android.service.credentials.BeginGetCredentialResponse build();40656 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder setActions(@…[all …]