package com.google.android.gms.common.stats; import android.content.ComponentName; import androidx.annotation.NonNull; import com.google.android.gms.common.annotation.KeepForSdk; @KeepForSdk /* loaded from: classes2.dex */ public final class LoggingConstants { @NonNull @KeepForSdk @Deprecated public static final String EXTRA_WAKE_LOCK_KEY = "WAKE_LOCK_KEY"; @NonNull public static final ComponentName zza = new ComponentName("com.google.android.gms", "com.google.android.gms.common.stats.GmsCoreStatsService"); private LoggingConstants() { } }