Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
package com.google.android.gms.dynamite;
|
||||
|
||||
import android.content.Context;
|
||||
import com.google.android.gms.dynamite.DynamiteModule;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
final class zzj implements DynamiteModule.VersionPolicy {
|
||||
@Override // com.google.android.gms.dynamite.DynamiteModule.VersionPolicy
|
||||
public final DynamiteModule.VersionPolicy.SelectionResult selectModule(Context context, String str, DynamiteModule.VersionPolicy.IVersions iVersions) throws DynamiteModule.LoadingException {
|
||||
int zzb;
|
||||
DynamiteModule.VersionPolicy.SelectionResult selectionResult = new DynamiteModule.VersionPolicy.SelectionResult();
|
||||
int zza = iVersions.zza(context, str);
|
||||
selectionResult.localVersion = zza;
|
||||
int i = 0;
|
||||
if (zza != 0) {
|
||||
zzb = iVersions.zzb(context, str, false);
|
||||
selectionResult.remoteVersion = zzb;
|
||||
} else {
|
||||
zzb = iVersions.zzb(context, str, true);
|
||||
selectionResult.remoteVersion = zzb;
|
||||
}
|
||||
int i4 = selectionResult.localVersion;
|
||||
if (i4 != 0) {
|
||||
i = i4;
|
||||
} else if (zzb == 0) {
|
||||
selectionResult.selection = 0;
|
||||
return selectionResult;
|
||||
}
|
||||
if (i >= zzb) {
|
||||
selectionResult.selection = -1;
|
||||
return selectionResult;
|
||||
}
|
||||
selectionResult.selection = 1;
|
||||
return selectionResult;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user