package r3; import android.content.ComponentName; import android.content.ServiceConnection; import android.os.IBinder; /* loaded from: classes2.dex */ final class r0 implements ServiceConnection { /* renamed from: a, reason: collision with root package name */ final /* synthetic */ s0 f13681a; /* synthetic */ r0(s0 s0Var, q0 q0Var) { this.f13681a = s0Var; } @Override // android.content.ServiceConnection public final void onServiceConnected(ComponentName componentName, IBinder iBinder) { h0 h0Var; h0Var = this.f13681a.f13684b; h0Var.d("ServiceConnectionImpl.onServiceConnected(%s)", componentName); this.f13681a.c().post(new o0(this, iBinder)); } @Override // android.content.ServiceConnection public final void onServiceDisconnected(ComponentName componentName) { h0 h0Var; h0Var = this.f13681a.f13684b; h0Var.d("ServiceConnectionImpl.onServiceDisconnected(%s)", componentName); this.f13681a.c().post(new p0(this)); } }