Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
41
apk_decompiled/sources/com/google/firebase/concurrent/d.java
Normal file
41
apk_decompiled/sources/com/google/firebase/concurrent/d.java
Normal file
@@ -0,0 +1,41 @@
|
||||
package com.google.firebase.concurrent;
|
||||
|
||||
import com.google.firebase.concurrent.DelegatingScheduledFuture;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final /* synthetic */ class d implements Runnable {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ int f5947a;
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public final /* synthetic */ DelegatingScheduledExecutorService f5948b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public final /* synthetic */ Runnable f5949c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public final /* synthetic */ DelegatingScheduledFuture.Completer f5950d;
|
||||
|
||||
public /* synthetic */ d(DelegatingScheduledExecutorService delegatingScheduledExecutorService, Runnable runnable, DelegatingScheduledFuture.Completer completer, int i) {
|
||||
this.f5947a = i;
|
||||
this.f5948b = delegatingScheduledExecutorService;
|
||||
this.f5949c = runnable;
|
||||
this.f5950d = completer;
|
||||
}
|
||||
|
||||
@Override // java.lang.Runnable
|
||||
public final void run() {
|
||||
switch (this.f5947a) {
|
||||
case 0:
|
||||
this.f5948b.lambda$scheduleWithFixedDelay$10(this.f5949c, this.f5950d);
|
||||
return;
|
||||
case 1:
|
||||
this.f5948b.lambda$scheduleAtFixedRate$7(this.f5949c, this.f5950d);
|
||||
return;
|
||||
default:
|
||||
DelegatingScheduledExecutorService.i(this.f5948b, this.f5949c, this.f5950d);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user