package com.google.android.gms.common.api.internal;

import android.os.Looper;
import androidx.annotation.Nullable;
import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes2.dex */
public final class k {

    @Nullable
    private volatile Object zab;

    @Nullable
    private volatile j zac;

    public k(Looper looper, Object obj, String str) {
        new m0.f(looper);
        if (obj == null) {
            throw new NullPointerException("Listener must not be null");
        }
        this.zab = obj;
        this.zac = new j(obj, com.google.android.gms.common.internal.w.checkNotEmpty(str));
    }

    @Nullable
    @KeepForSdk
    public j getListenerKey() {
        return this.zac;
    }
}
