discord-jadx/app/src/main/java/c/i/a/f/e/k/e.java

76 lines
2.5 KiB
Java

package c.i.a.f.e.k;
import android.content.Context;
import android.content.ServiceConnection;
import android.net.Uri;
import androidx.annotation.Nullable;
import androidx.annotation.RecentlyNonNull;
import com.airbnb.lottie.parser.AnimatableValueParser;
import java.util.Arrays;
import java.util.Objects;
/* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */
public abstract class e {
public static final Object a = new Object();
public static e b;
/* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */
public static final class a {
public static final Uri a = new Uri.Builder().scheme("content").authority("com.google.android.gms.chimera").build();
@Nullable
public final String b;
@Nullable
/* renamed from: c reason: collision with root package name */
public final String f1056c;
public final int d;
public final boolean e;
public a(String str, String str2, int i, boolean z2) {
AnimatableValueParser.w(str);
this.b = str;
AnimatableValueParser.w(str2);
this.f1056c = str2;
this.d = i;
this.e = z2;
}
public final boolean equals(@Nullable Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof a)) {
return false;
}
a aVar = (a) obj;
return AnimatableValueParser.j0(this.b, aVar.b) && AnimatableValueParser.j0(this.f1056c, aVar.f1056c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e;
}
public final int hashCode() {
return Arrays.hashCode(new Object[]{this.b, this.f1056c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)});
}
public final String toString() {
String str = this.b;
if (str != null) {
return str;
}
Objects.requireNonNull((Object) null, "null reference");
throw null;
}
}
@RecentlyNonNull
public static e a(@RecentlyNonNull Context context) {
synchronized (a) {
if (b == null) {
b = new e0(context.getApplicationContext());
}
}
return b;
}
public abstract boolean b(a aVar, ServiceConnection serviceConnection, String str);
public abstract void c(a aVar, ServiceConnection serviceConnection, String str);
}