Searched refs:BeginGetCredentialResponse (Results 1 – 13 of 13) 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>() {85 public BeginGetCredentialResponse createFromParcel(@NonNull Parcel in) {86 return new BeginGetCredentialResponse(in);90 public BeginGetCredentialResponse[] newArray(int size) {91 return new BeginGetCredentialResponse[size];[all …]
3 import android.service.credentials.BeginGetCredentialResponse;13 void onSuccess(in BeginGetCredentialResponse response); in onSuccess()
3 parcelable BeginGetCredentialResponse;
262 new OutcomeReceiver<BeginGetCredentialResponse,265 public void onResult(BeginGetCredentialResponse result) {385 BeginGetCredentialResponse, GetCredentialException> callback); in onBeginGetCredential() argument
26 import android.service.credentials.BeginGetCredentialResponse;49 public static BeginGetCredentialResponse extractResponseContent(Intent resultData) { in extractResponseContent()55 BeginGetCredentialResponse.class); in extractResponseContent()
35 import android.service.credentials.BeginGetCredentialResponse;157 AtomicReference<CompletableFuture<BeginGetCredentialResponse>> futureRef = in onBeginGetCredential()161 CompletableFuture<BeginGetCredentialResponse> connectThenExecute = postAsync(service -> { in onBeginGetCredential()162 CompletableFuture<BeginGetCredentialResponse> getCredentials = in onBeginGetCredential()169 public void onSuccess(BeginGetCredentialResponse response) { in onBeginGetCredential()183 CompletableFuture<BeginGetCredentialResponse> future = in onBeginGetCredential()
38 import android.service.credentials.BeginGetCredentialResponse;62 BeginGetCredentialResponse>64 RemoteCredentialService.ProviderCallbacks<BeginGetCredentialResponse> {260 public void onProviderResponseSuccess(@Nullable BeginGetCredentialResponse response) { in onProviderResponseSuccess()490 BeginGetCredentialResponse response = PendingIntentResultHandler in onAuthenticationEntrySelected()503 private void addToInitialRemoteResponse(BeginGetCredentialResponse content, in addToInitialRemoteResponse()526 private void onSetInitialRemoteResponse(BeginGetCredentialResponse response) { in onSetInitialRemoteResponse()710 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()
768 RequiresPermission: android.service.credentials.BeginGetCredentialResponse.Builder#setRemoteCredent…
1098 RequiresPermission: android.service.credentials.BeginGetCredentialResponse.Builder#setRemoteCredent…
1254 RequiresPermission: android.service.credentials.BeginGetCredentialResponse.Builder#setRemoteCredent…
1174 RequiresPermission: android.service.credentials.BeginGetCredentialResponse.Builder#setRemoteCredent…
40890 public final class BeginGetCredentialResponse implements android.os.Parcelable {40891 ctor public BeginGetCredentialResponse();40898 …inal android.os.Parcelable.Creator<android.service.credentials.BeginGetCredentialResponse> CREATOR;40901 public static final class BeginGetCredentialResponse.Builder {40902 ctor public BeginGetCredentialResponse.Builder();40903 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addAction(@N…40904 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addAuthentic…40905 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addCredentia…40906 method @NonNull public android.service.credentials.BeginGetCredentialResponse build();40907 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder setActions(@…[all …]