Home
last modified time | relevance | path

Searched refs:PrepareGetCredentialResponseInternal (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/credentials/
DPrepareGetCredentialResponseInternal.java42 public final class PrepareGetCredentialResponseInternal implements Parcelable { class
136 public PrepareGetCredentialResponseInternal(boolean hasQueryApiPermission, in PrepareGetCredentialResponseInternal() method in PrepareGetCredentialResponseInternal
147 private PrepareGetCredentialResponseInternal(@NonNull Parcel in) { in PrepareGetCredentialResponseInternal() method in PrepareGetCredentialResponseInternal
155 public static final @NonNull Creator<PrepareGetCredentialResponseInternal> CREATOR =
158 public PrepareGetCredentialResponseInternal[] newArray(int size) {
159 return new PrepareGetCredentialResponseInternal[size];
163 public PrepareGetCredentialResponseInternal createFromParcel(@NonNull Parcel in) {
164 return new PrepareGetCredentialResponseInternal(in);
DIPrepareGetCredentialCallback.aidl20 import android.credentials.PrepareGetCredentialResponseInternal;
28 oneway void onResponse(in PrepareGetCredentialResponseInternal response); in onResponse()
DPrepareGetCredentialResponseInternal.aidl19 parcelable PrepareGetCredentialResponseInternal;
DPrepareGetCredentialResponse.java122 @NonNull private final PrepareGetCredentialResponseInternal mResponseInternal;
172 @NonNull PrepareGetCredentialResponseInternal responseInternal, in PrepareGetCredentialResponse()
DCredentialManager.java654 public void onResponse(PrepareGetCredentialResponseInternal response) { in onResponse()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DPrepareGetRequestSession.java29 import android.credentials.PrepareGetCredentialResponseInternal;
125 new PrepareGetCredentialResponseInternal( in constructPendingResponseAndInvokeCallback()
137 new PrepareGetCredentialResponseInternal( in constructEmptyPendingResponseAndInvokeCallback()
DCredentialManagerService.java50 import android.credentials.PrepareGetCredentialResponseInternal;
634 new PrepareGetCredentialResponseInternal(PermissionUtils.hasPermission( in executePrepareGetCredential()