小红书.apk(点击下载) / a.java


package r1;

import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;

public interface a extends IInterface {

    /* renamed from: r1.a$a  reason: collision with other inner class name */
    public static abstract class AbstractBinderC1961a extends Binder implements a {
        public AbstractBinderC1961a() {
            attachInterface(this, "com.coloros.gamespace.gamesdk.IHyperBoostNotifier");
        }

        public IBinder asBinder() {
            return this;
        }

        @Override // android.os.Binder
        public boolean onTransact(int i10, Parcel parcel, Parcel parcel2, int i14) throws RemoteException {
            if (i10 == 1598968902) {
                parcel2.writeString("com.coloros.gamespace.gamesdk.IHyperBoostNotifier");
                return true;
            } else if (i10 != 1) {
                return super.onTransact(i10, parcel, parcel2, i14);
            } else {
                parcel.enforceInterface("com.coloros.gamespace.gamesdk.IHyperBoostNotifier");
                e(parcel.readString());
                parcel2.writeNoException();
                return true;
            }
        }
    }

    void e(String str) throws RemoteException;
}