package com.google.android.play.integrity.internal; import android.content.ComponentName; import android.content.ServiceConnection; import android.os.IBinder; /* loaded from: classes2.dex */ final class x implements ServiceConnection { /* renamed from: a, reason: collision with root package name */ final /* synthetic */ y f5250a; /* synthetic */ x(y yVar, w wVar) { this.f5250a = yVar; } @Override // android.content.ServiceConnection public final void onServiceConnected(ComponentName componentName, IBinder iBinder) { n nVar; nVar = this.f5250a.f5253b; nVar.d("ServiceConnectionImpl.onServiceConnected(%s)", componentName); this.f5250a.c().post(new u(this, iBinder)); } @Override // android.content.ServiceConnection public final void onServiceDisconnected(ComponentName componentName) { n nVar; nVar = this.f5250a.f5253b; nVar.d("ServiceConnectionImpl.onServiceDisconnected(%s)", componentName); this.f5250a.c().post(new v(this)); } }