Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
package com.google.firebase.concurrent;
import com.google.firebase.concurrent.DelegatingScheduledFuture;
/* loaded from: classes3.dex */
public final /* synthetic */ class c implements Runnable {
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f5944a;
/* renamed from: b, reason: collision with root package name */
public final /* synthetic */ Runnable f5945b;
/* renamed from: c, reason: collision with root package name */
public final /* synthetic */ DelegatingScheduledFuture.Completer f5946c;
public /* synthetic */ c(Runnable runnable, DelegatingScheduledFuture.Completer completer, int i) {
this.f5944a = i;
this.f5945b = runnable;
this.f5946c = completer;
}
@Override // java.lang.Runnable
public final void run() {
switch (this.f5944a) {
case 0:
DelegatingScheduledExecutorService.h(this.f5945b, this.f5946c);
return;
case 1:
DelegatingScheduledExecutorService.j(this.f5945b, this.f5946c);
return;
default:
DelegatingScheduledExecutorService.e(this.f5945b, this.f5946c);
return;
}
}
}