package androidx.credentials; import android.content.ComponentName; import android.os.Bundle; import java.util.Set; import kotlin.collections.SetsKt__SetsKt; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.jvm.internal.Intrinsics; import kotlin.jvm.internal.SourceDebugExtension; @SourceDebugExtension({"SMAP\nGetCustomCredentialOption.kt\nKotlin\n*S Kotlin\n*F\n+ 1 GetCustomCredentialOption.kt\nandroidx/credentials/GetCustomCredentialOption\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,203:1\n1#2:204\n*E\n"}) /* loaded from: classes.dex */ public class GetCustomCredentialOption extends CredentialOption { /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public GetCustomCredentialOption(String type, Bundle requestData, Bundle candidateQueryData, boolean z) { this(type, requestData, candidateQueryData, z, false, null, 48, null); Intrinsics.checkNotNullParameter(type, "type"); Intrinsics.checkNotNullParameter(requestData, "requestData"); Intrinsics.checkNotNullParameter(candidateQueryData, "candidateQueryData"); } /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public GetCustomCredentialOption(String type, Bundle requestData, Bundle candidateQueryData, boolean z, boolean z2) { this(type, requestData, candidateQueryData, z, z2, null, 32, null); Intrinsics.checkNotNullParameter(type, "type"); Intrinsics.checkNotNullParameter(requestData, "requestData"); Intrinsics.checkNotNullParameter(candidateQueryData, "candidateQueryData"); } /* JADX WARN: Illegal instructions before constructor call */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public /* synthetic */ GetCustomCredentialOption(android.os.Bundle r10, java.lang.String r11, android.os.Bundle r12, boolean r13, boolean r14, java.util.Set r15, int r16, int r17, kotlin.jvm.internal.DefaultConstructorMarker r18) { /* r9 = this; r0 = r17 & 16 if (r0 == 0) goto L7 r0 = 0 r6 = r0 goto L8 L7: r6 = r14 L8: r0 = r17 & 32 if (r0 == 0) goto L12 java.util.Set r0 = kotlin.collections.SetsKt.emptySet() r7 = r0 goto L13 L12: r7 = r15 L13: r0 = r17 & 64 if (r0 == 0) goto L1b r0 = 2000(0x7d0, float:2.803E-42) r8 = r0 goto L1d L1b: r8 = r16 L1d: r1 = r9 r2 = r10 r3 = r11 r4 = r12 r5 = r13 r1.(r2, r3, r4, r5, r6, r7, r8) return */ throw new UnsupportedOperationException("Method not decompiled: androidx.credentials.GetCustomCredentialOption.(android.os.Bundle, java.lang.String, android.os.Bundle, boolean, boolean, java.util.Set, int, int, kotlin.jvm.internal.DefaultConstructorMarker):void"); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public GetCustomCredentialOption(Bundle requestData, String type, Bundle candidateQueryData, boolean z, boolean z2, Set allowedProviders, int i) { super(type, requestData, candidateQueryData, z, z2, allowedProviders, i); Intrinsics.checkNotNullParameter(requestData, "requestData"); Intrinsics.checkNotNullParameter(type, "type"); Intrinsics.checkNotNullParameter(candidateQueryData, "candidateQueryData"); Intrinsics.checkNotNullParameter(allowedProviders, "allowedProviders"); if (type.length() <= 0) { throw new IllegalArgumentException("type should not be empty".toString()); } if (i == 100) { throw new IllegalArgumentException("Custom types should not have passkey level priority.".toString()); } } public /* synthetic */ GetCustomCredentialOption(String str, Bundle bundle, Bundle bundle2, boolean z, boolean z2, Set set, int i, DefaultConstructorMarker defaultConstructorMarker) { this(str, bundle, bundle2, z, (i & 16) != 0 ? false : z2, (i & 32) != 0 ? SetsKt__SetsKt.emptySet() : set); } /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public GetCustomCredentialOption(String type, Bundle requestData, Bundle candidateQueryData, boolean z, boolean z2, Set allowedProviders) { this(requestData, type, candidateQueryData, z, z2, allowedProviders, 0, 64, (DefaultConstructorMarker) null); Intrinsics.checkNotNullParameter(type, "type"); Intrinsics.checkNotNullParameter(requestData, "requestData"); Intrinsics.checkNotNullParameter(candidateQueryData, "candidateQueryData"); Intrinsics.checkNotNullParameter(allowedProviders, "allowedProviders"); } /* JADX WARN: Illegal instructions before constructor call */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public /* synthetic */ GetCustomCredentialOption(java.lang.String r10, android.os.Bundle r11, android.os.Bundle r12, boolean r13, boolean r14, java.util.Set r15, int r16, int r17, kotlin.jvm.internal.DefaultConstructorMarker r18) { /* r9 = this; r0 = r17 & 16 if (r0 == 0) goto L7 r0 = 0 r6 = r0 goto L8 L7: r6 = r14 L8: r0 = r17 & 32 if (r0 == 0) goto L12 java.util.Set r0 = kotlin.collections.SetsKt.emptySet() r7 = r0 goto L13 L12: r7 = r15 L13: r0 = r17 & 64 if (r0 == 0) goto L1b r0 = 2000(0x7d0, float:2.803E-42) r8 = r0 goto L1d L1b: r8 = r16 L1d: r1 = r9 r2 = r10 r3 = r11 r4 = r12 r5 = r13 r1.(r2, r3, r4, r5, r6, r7, r8) return */ throw new UnsupportedOperationException("Method not decompiled: androidx.credentials.GetCustomCredentialOption.(java.lang.String, android.os.Bundle, android.os.Bundle, boolean, boolean, java.util.Set, int, int, kotlin.jvm.internal.DefaultConstructorMarker):void"); } /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */ public GetCustomCredentialOption(String type, Bundle requestData, Bundle candidateQueryData, boolean z, boolean z2, Set allowedProviders, int i) { this(requestData, type, candidateQueryData, z, z2, allowedProviders, i); Intrinsics.checkNotNullParameter(type, "type"); Intrinsics.checkNotNullParameter(requestData, "requestData"); Intrinsics.checkNotNullParameter(candidateQueryData, "candidateQueryData"); Intrinsics.checkNotNullParameter(allowedProviders, "allowedProviders"); } }