Skip to content

Instantly share code, notes, and snippets.

@t4kemyh4nd
Created October 15, 2023 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t4kemyh4nd/9f1be40117209dde4e610cded5fa385f to your computer and use it in GitHub Desktop.
Save t4kemyh4nd/9f1be40117209dde4e610cded5fa385f to your computer and use it in GitHub Desktop.
public final class playServiceConnection implements ServiceConnection {
/* renamed from: u */
public final /* synthetic */ GooglePlayWebApkInstallDelegate f16160u;
public playServiceConnection(GooglePlayWebApkInstallDelegate googlePlayWebApkInstallDelegate) {
this.f16160u = googlePlayWebApkInstallDelegate;
}
@Override // android.content.ServiceConnection
public final void onServiceConnected(ComponentName componentName, IBinder iBinder) {
y71 w71Var;
GooglePlayWebApkInstallDelegate googlePlayWebApkInstallDelegate = this.f16160u;
googlePlayWebApkInstallDelegate.bool = false;
int i = x71.f27394u;
if (iBinder == null) {
w71Var = null;
} else {
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.finsky.installapi.IPlayInstallService");
if (queryLocalInterface != null && (queryLocalInterface instanceof y71)) {
w71Var = (y71) queryLocalInterface;
} else {
w71Var = new w71(iBinder);
}
}
googlePlayWebApkInstallDelegate.f16589b = w71Var;
for (processor processorVar : googlePlayWebApkInstallDelegate.hashmap.values()) {
processorVar.f1293a.c(dj.e);
}
}
@Override // android.content.ServiceConnection
public final void onServiceDisconnected(ComponentName componentName) {
GooglePlayWebApkInstallDelegate googlePlayWebApkInstallDelegate = this.f16160u;
googlePlayWebApkInstallDelegate.f16589b = null;
GooglePlayWebApkInstallDelegate.m5103a(googlePlayWebApkInstallDelegate);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment