31 lines
996 B
Java
31 lines
996 B
Java
package o;
|
|
|
|
import android.os.BadParcelableException;
|
|
import android.os.Bundle;
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class QhU extends Kvo implements InterfaceC12139esa {
|
|
public QhU() {
|
|
super("com.google.android.play.core.integrity.protocol.IIntegrityServiceCallback");
|
|
}
|
|
|
|
@Override // o.Kvo
|
|
protected final boolean NF_(int i, Parcel parcel) throws RemoteException {
|
|
if (i != 2) {
|
|
return false;
|
|
}
|
|
Bundle bundle = (Bundle) (parcel.readInt() == 0 ? null : (Parcelable) Bundle.CREATOR.createFromParcel(parcel));
|
|
int dataAvail = parcel.dataAvail();
|
|
if (dataAvail <= 0) {
|
|
NG_(bundle);
|
|
return true;
|
|
}
|
|
StringBuilder sb = new StringBuilder("Parcel data not fully consumed, unread size: ");
|
|
sb.append(dataAvail);
|
|
throw new BadParcelableException(sb.toString());
|
|
}
|
|
}
|