package com.applovin.impl; import android.os.Bundle; import com.applovin.impl.o2; import com.ironsource.mediationsdk.logger.IronSourceError; /* loaded from: classes.dex */ public final class r6 implements o2 { public static final r6 d = new r6(0, 0, 0); public static final o2.a f = new o2.a() { // from class: com.applovin.impl.r6$$ExternalSyntheticLambda0 @Override // com.applovin.impl.o2.a public final o2 a(Bundle bundle) { r6 a; a = r6.a(bundle); return a; } }; public final int a; public final int b; public final int c; public int hashCode() { return ((((this.a + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + this.b) * 31) + this.c; } public r6(int i, int i2, int i3) { this.a = i; this.b = i2; this.c = i3; } public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof r6)) { return false; } r6 r6Var = (r6) obj; return this.a == r6Var.a && this.b == r6Var.b && this.c == r6Var.c; } private static String a(int i) { return Integer.toString(i, 36); } /* JADX INFO: Access modifiers changed from: private */ public static /* synthetic */ r6 a(Bundle bundle) { return new r6(bundle.getInt(a(0), 0), bundle.getInt(a(1), 0), bundle.getInt(a(2), 0)); } }