59 lines
1.6 KiB
Java
59 lines
1.6 KiB
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.scb.phone.view.activity.registration.RegistrationPersonalInformationActivity;
|
|
import o.C0997Th;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class fJC implements C0997Th.Sts {
|
|
public static final IeS CREATOR = new IeS(0);
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public fJC() {
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public fJC(Parcel parcel) {
|
|
this();
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
|
|
@Override // o.C0997Th.Sts
|
|
public final void c(Context context) {
|
|
C14957gcv.e(context, "");
|
|
context.startActivity(RegistrationPersonalInformationActivity.alm_(context, "REGISTER_INPUT_FLOW_NDID"));
|
|
}
|
|
|
|
/* loaded from: classes5.dex */
|
|
public static final class IeS implements Parcelable.Creator<fJC> {
|
|
private IeS() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ fJC createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new fJC(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ fJC[] newArray(int i) {
|
|
return new fJC[i];
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
}
|