what-the-bank/sources/o/ServiceConnectionC17033tQF....

36 lines
1.3 KiB
Java

package o;
import android.content.ComponentName;
import android.content.ServiceConnection;
import android.os.IBinder;
import android.util.Log;
/* JADX INFO: Access modifiers changed from: package-private */
/* renamed from: o.tQF, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public final class ServiceConnectionC17033tQF implements ServiceConnection {
final C16741qpn b;
@Override // android.content.ServiceConnection
public final void onServiceConnected(ComponentName componentName, IBinder iBinder) {
C16916sOz c16916sOz = this.b.c;
Object[] objArr = {componentName};
if (Log.isLoggable("PlayCore", 4)) {
C16916sOz.c(c16916sOz.d, "ServiceConnectionImpl.onServiceConnected(%s)", objArr);
}
C16741qpn c16741qpn = this.b;
c16741qpn.NB_().post(new hRI(this, iBinder));
}
@Override // android.content.ServiceConnection
public final void onServiceDisconnected(ComponentName componentName) {
C16916sOz c16916sOz = this.b.c;
Object[] objArr = {componentName};
if (Log.isLoggable("PlayCore", 4)) {
C16916sOz.c(c16916sOz.d, "ServiceConnectionImpl.onServiceDisconnected(%s)", objArr);
}
C16741qpn c16741qpn = this.b;
c16741qpn.NB_().post(new mxq(this));
}
}