Skip to content

Instantly share code, notes, and snippets.

@t4kemyh4nd
Last active October 15, 2023 12:07
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/33571cbc19451601bac22d90fb5ecb0e to your computer and use it in GitHub Desktop.
Save t4kemyh4nd/33571cbc19451601bac22d90fb5ecb0e to your computer and use it in GitHub Desktop.
public final class w71 implements y71 {
/* renamed from: u */
public final IBinder f26939u;
public w71(IBinder iBinder) {
this.f26939u = iBinder;
}
@Override // android.os.IInterface
public final IBinder asBinder() {
return this.f26939u;
}
/* renamed from: c */
public final Bundle m786c(String senderPackage, String packageName, Bundle wam_token_bundle) {
Object obj;
Parcel obtain = Parcel.obtain();
Parcel obtain2 = Parcel.obtain();
try {
obtain.writeInterfaceToken("com.google.android.finsky.installapi.IPlayInstallService");
obtain.writeString(str);
obtain.writeString(str2);
if (bundle != null) {
obtain.writeInt(1);
bundle.writeToParcel(obtain, 0);
} else {
obtain.writeInt(0);
}
this.f26939u.transact(1, obtain, obtain2, 0);
obtain2.readException();
Parcelable.Creator creator = Bundle.CREATOR;
if (obtain2.readInt() != 0) {
obj = creator.createFromParcel(obtain2);
} else {
obj = null;
}
return (Bundle) obj;
} finally {
obtain2.recycle();
obtain.recycle();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment