Searched refs:BeginGetCredentialResponse (Results 1 – 6 of 6) sorted by relevance
28 import android.service.credentials.BeginGetCredentialResponse;64 () -> new BeginGetCredentialResponse.Builder().addCredentialEntry(null)); in testBuilder_addCredentialEntry_null()70 () -> new BeginGetCredentialResponse.Builder().addAuthenticationAction(null)); in testBuilder_addAuthenticationAction_null()76 () -> new BeginGetCredentialResponse.Builder().addAction(null)); in testBuilder_addAction_null()82 () -> new BeginGetCredentialResponse.Builder().setActions(null)); in testBuilder_setActions_null()88 () -> new BeginGetCredentialResponse.Builder().setCredentialEntries(null)); in testBuilder_setCredentialEntries_null()94 () -> new BeginGetCredentialResponse.Builder().setAuthenticationActions(null)); in testBuilder_setAuthenticationActions_null()99 final BeginGetCredentialResponse response = in testBuilder_add_build()100 new BeginGetCredentialResponse.Builder().setRemoteCredentialEntry( in testBuilder_add_build()114 final BeginGetCredentialResponse response = in testBuilder_set_build()[all …]
27 import android.service.credentials.BeginGetCredentialResponse;53 @NonNull OutcomeReceiver<BeginGetCredentialResponse, in onBeginGetCredential() argument
27 import android.service.credentials.BeginGetCredentialResponse;43 BeginGetCredentialResponse, GetCredentialException> callback) { in onBeginGetCredential() argument45 callback.onResult(new BeginGetCredentialResponse()); in onBeginGetCredential()
33 import androidx.credentials.provider.BeginGetCredentialResponse;68 @NonNull OutcomeReceiver<BeginGetCredentialResponse, in onBeginGetCredentialRequest() argument72 BeginGetCredentialResponse.Builder builder = new BeginGetCredentialResponse.Builder(); in onBeginGetCredentialRequest()
27 import android.service.credentials.BeginGetCredentialResponse;35 OutcomeReceiver<BeginGetCredentialResponse, GetCredentialException> callback) { in onBeginGetCredential() argument
40886 public final class BeginGetCredentialResponse implements android.os.Parcelable {40887 ctor public BeginGetCredentialResponse();40894 …inal android.os.Parcelable.Creator<android.service.credentials.BeginGetCredentialResponse> CREATOR;40897 public static final class BeginGetCredentialResponse.Builder {40898 ctor public BeginGetCredentialResponse.Builder();40899 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addAction(@N…40900 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addAuthentic…40901 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder addCredentia…40902 method @NonNull public android.service.credentials.BeginGetCredentialResponse build();40903 …method @NonNull public android.service.credentials.BeginGetCredentialResponse.Builder setActions(@…[all …]