what-the-bank/sources/o/ServiceConnectionC3033apq.java

36 lines
1.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
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.apq, reason: case insensitive filesystem */
/* loaded from: classes2.dex */
public final class ServiceConnectionC3033apq implements ServiceConnection {
final iNu b;
@Override // android.content.ServiceConnection
public final void onServiceConnected(ComponentName componentName, IBinder iBinder) {
yax yaxVar = this.b.e;
Object[] objArr = {componentName};
if (Log.isLoggable("PlayCore", 4)) {
yax.d(yaxVar.d, "ServiceConnectionImpl.onServiceConnected(%s)", objArr);
}
iNu inu = this.b;
inu.Nn_().post(new JBg(this, iBinder));
}
@Override // android.content.ServiceConnection
public final void onServiceDisconnected(ComponentName componentName) {
yax yaxVar = this.b.e;
Object[] objArr = {componentName};
if (Log.isLoggable("PlayCore", 4)) {
yax.d(yaxVar.d, "ServiceConnectionImpl.onServiceDisconnected(%s)", objArr);
}
iNu inu = this.b;
inu.Nn_().post(new lvY(this));
}
}