package io.flutter.plugins.firebase.core;

import P1.i;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class b implements Runnable {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ int f6724k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final /* synthetic */ String f6725l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final /* synthetic */ Boolean f6726m;

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final /* synthetic */ i f6727n;

    public /* synthetic */ b(String str, Boolean bool, i iVar, int i) {
        this.f6724k = i;
        this.f6725l = str;
        this.f6726m = bool;
        this.f6727n = iVar;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f6724k) {
            case 0:
                FlutterFirebaseCorePlugin.lambda$setAutomaticResourceManagementEnabled$7(this.f6725l, this.f6726m, this.f6727n);
                break;
            default:
                FlutterFirebaseCorePlugin.lambda$setAutomaticDataCollectionEnabled$6(this.f6725l, this.f6726m, this.f6727n);
                break;
        }
    }
}
