Searched refs:PrepareGetCredentialResponseInternal (Results 1 – 7 of 7) sorted by relevance
42 public final class PrepareGetCredentialResponseInternal implements Parcelable { class136 public PrepareGetCredentialResponseInternal(boolean hasQueryApiPermission, in PrepareGetCredentialResponseInternal() method in PrepareGetCredentialResponseInternal147 private PrepareGetCredentialResponseInternal(@NonNull Parcel in) { in PrepareGetCredentialResponseInternal() method in PrepareGetCredentialResponseInternal155 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);
20 import android.credentials.PrepareGetCredentialResponseInternal;28 oneway void onResponse(in PrepareGetCredentialResponseInternal response); in onResponse()
19 parcelable PrepareGetCredentialResponseInternal;
122 @NonNull private final PrepareGetCredentialResponseInternal mResponseInternal;172 @NonNull PrepareGetCredentialResponseInternal responseInternal, in PrepareGetCredentialResponse()
654 public void onResponse(PrepareGetCredentialResponseInternal response) { in onResponse()
29 import android.credentials.PrepareGetCredentialResponseInternal;125 new PrepareGetCredentialResponseInternal( in constructPendingResponseAndInvokeCallback()137 new PrepareGetCredentialResponseInternal( in constructEmptyPendingResponseAndInvokeCallback()
50 import android.credentials.PrepareGetCredentialResponseInternal;634 new PrepareGetCredentialResponseInternal(PermissionUtils.hasPermission( in executePrepareGetCredential()