Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
package com.google.android.gms.common.internal;
|
||||
|
||||
import android.content.ComponentName;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public final class zzo {
|
||||
private static final Uri zza = new Uri.Builder().scheme("content").authority("com.google.android.gms.chimera").build();
|
||||
private final String zzb;
|
||||
private final String zzc;
|
||||
private final ComponentName zzd;
|
||||
private final int zze;
|
||||
private final boolean zzf;
|
||||
|
||||
public zzo(ComponentName componentName, int i) {
|
||||
this.zzb = null;
|
||||
this.zzc = null;
|
||||
Preconditions.checkNotNull(componentName);
|
||||
this.zzd = componentName;
|
||||
this.zze = 4225;
|
||||
this.zzf = false;
|
||||
}
|
||||
|
||||
public final boolean equals(Object obj) {
|
||||
if (this == obj) {
|
||||
return true;
|
||||
}
|
||||
if (!(obj instanceof zzo)) {
|
||||
return false;
|
||||
}
|
||||
zzo zzoVar = (zzo) obj;
|
||||
if (Objects.equal(this.zzb, zzoVar.zzb) && Objects.equal(this.zzc, zzoVar.zzc) && Objects.equal(this.zzd, zzoVar.zzd)) {
|
||||
int i = zzoVar.zze;
|
||||
if (this.zzf == zzoVar.zzf) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public final int hashCode() {
|
||||
return Objects.hashCode(this.zzb, this.zzc, this.zzd, 4225, Boolean.valueOf(this.zzf));
|
||||
}
|
||||
|
||||
public final String toString() {
|
||||
String str = this.zzb;
|
||||
if (str != null) {
|
||||
return str;
|
||||
}
|
||||
Preconditions.checkNotNull(this.zzd);
|
||||
return this.zzd.flattenToString();
|
||||
}
|
||||
|
||||
public final ComponentName zza() {
|
||||
return this.zzd;
|
||||
}
|
||||
|
||||
public final Intent zzb(Context context) {
|
||||
Bundle bundleCall;
|
||||
if (this.zzb == null) {
|
||||
return new Intent().setComponent(this.zzd);
|
||||
}
|
||||
if (this.zzf) {
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putString("serviceActionBundleKey", this.zzb);
|
||||
try {
|
||||
bundleCall = context.getContentResolver().call(zza, "serviceIntentCall", (String) null, bundle);
|
||||
} catch (IllegalArgumentException e) {
|
||||
Log.w("ConnectionStatusConfig", "Dynamic intent resolution failed: ".concat(e.toString()));
|
||||
bundleCall = null;
|
||||
}
|
||||
intent = bundleCall != null ? (Intent) bundleCall.getParcelable("serviceResponseIntentKey") : null;
|
||||
if (intent == null) {
|
||||
Log.w("ConnectionStatusConfig", "Dynamic lookup for intent failed for action: ".concat(String.valueOf(this.zzb)));
|
||||
}
|
||||
}
|
||||
return intent == null ? new Intent(this.zzb).setPackage(this.zzc) : intent;
|
||||
}
|
||||
|
||||
public final String zzc() {
|
||||
return this.zzc;
|
||||
}
|
||||
|
||||
public zzo(String str, int i, boolean z) {
|
||||
this(str, "com.google.android.gms", 4225, false);
|
||||
}
|
||||
|
||||
public zzo(String str, String str2, int i, boolean z) {
|
||||
Preconditions.checkNotEmpty(str);
|
||||
this.zzb = str;
|
||||
Preconditions.checkNotEmpty(str2);
|
||||
this.zzc = str2;
|
||||
this.zzd = null;
|
||||
this.zze = 4225;
|
||||
this.zzf = z;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user