Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/credentials/
H A DBeginGetCredentialResponse.java37 public final class BeginGetCredentialResponse implements Parcelable { class
54 public BeginGetCredentialResponse() { in BeginGetCredentialResponse() method in BeginGetCredentialResponse
61 private BeginGetCredentialResponse( in BeginGetCredentialResponse() method in BeginGetCredentialResponse
72 private BeginGetCredentialResponse(@NonNull Parcel in) { in BeginGetCredentialResponse() method in BeginGetCredentialResponse
82 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 …]
H A DIBeginGetCredentialCallback.aidl3 import android.service.credentials.BeginGetCredentialResponse;
13 void onSuccess(in BeginGetCredentialResponse response); in onSuccess()
H A DCredentialProviderService.java250 new OutcomeReceiver<BeginGetCredentialResponse,
253 public void onResult(BeginGetCredentialResponse result) {
373 BeginGetCredentialResponse, GetCredentialException> callback); in onBeginGetCredential() argument
H A DBeginGetCredentialResponse.aidl3 parcelable BeginGetCredentialResponse;
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DPendingIntentResultHandler.java26 import android.service.credentials.BeginGetCredentialResponse;
49 public static BeginGetCredentialResponse extractResponseContent(Intent resultData) { in extractResponseContent()
55 BeginGetCredentialResponse.class); in extractResponseContent()
H A DRemoteCredentialService.java34 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()
H A DProviderGetSession.java37 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()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DProviderSessionMetric.java25 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()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40639 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 …]