package com.google.android.gms.internal.ads;

import android.os.Bundle;

/* JADX INFO: loaded from: classes2.dex */
public final class o31 implements m61 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final double f14825a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f14826b;

    public o31(double d10, boolean z10) {
        this.f14825a = d10;
        this.f14826b = z10;
    }

    @Override // com.google.android.gms.internal.ads.m61
    public final /* bridge */ /* synthetic */ void zza(Object obj) {
        Bundle bundle = ((zd0) obj).f19235a;
        Bundle bundleA = mb1.a(bundle, "device");
        bundle.putBundle("device", bundleA);
        Bundle bundleA2 = mb1.a(bundleA, "battery");
        bundleA.putBundle("battery", bundleA2);
        bundleA2.putBoolean("is_charging", this.f14826b);
        bundleA2.putDouble("battery_level", this.f14825a);
    }
}
