- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
54 lines
2.2 KiB
Java
54 lines
2.2 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.os.DeadObjectException;
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
import android.os.Looper;
|
|
import androidx.annotation.VisibleForTesting;
|
|
import com.google.android.gms.common.Feature;
|
|
import com.google.android.gms.common.internal.BaseGmsClient;
|
|
import com.google.android.gms.common.util.ArrayUtils;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbau extends com.google.android.gms.ads.internal.zzc {
|
|
public zzbau(Context context, Looper looper, BaseGmsClient.BaseConnectionCallbacks baseConnectionCallbacks, BaseGmsClient.BaseOnConnectionFailedListener baseOnConnectionFailedListener) {
|
|
super(zzbvu.zza(context), looper, 123, baseConnectionCallbacks, baseOnConnectionFailedListener, null);
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
|
@VisibleForTesting
|
|
public final /* synthetic */ IInterface createServiceInterface(IBinder iBinder) {
|
|
if (iBinder == null) {
|
|
return null;
|
|
}
|
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.ads.internal.cache.ICacheService");
|
|
return queryLocalInterface instanceof zzbax ? (zzbax) queryLocalInterface : new zzbax(iBinder);
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
|
public final Feature[] getApiFeatures() {
|
|
return com.google.android.gms.ads.zzh.zzb;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
|
@VisibleForTesting
|
|
public final String getServiceDescriptor() {
|
|
return "com.google.android.gms.ads.internal.cache.ICacheService";
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
|
@VisibleForTesting
|
|
public final String getStartServiceAction() {
|
|
return "com.google.android.gms.ads.service.CACHE";
|
|
}
|
|
|
|
public final boolean zzp() {
|
|
return ((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzbY)).booleanValue() && ArrayUtils.contains(getAvailableFeatures(), com.google.android.gms.ads.zzh.zza);
|
|
}
|
|
|
|
public final zzbax zzq() throws DeadObjectException {
|
|
return (zzbax) super.getService();
|
|
}
|
|
}
|