ExecutionModule.smali
.class abstract Lcom/google/android/datatransport/runtime/ExecutionModule;
.super Ljava/lang/Object;
.source "com.google.android.datatransport:transport-runtime@@2.2.0"
# annotations
.annotation runtime Ldagger/Module;
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>()V
.registers 1
.line 24
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method static executor()Ljava/util/concurrent/Executor;
.registers 1
.annotation runtime Ldagger/Provides;
.end annotation
.annotation runtime Ljavax/inject/Singleton;
.end annotation
.line 28
invoke-static {}, Ljava/util/concurrent/Executors;->newSingleThreadExecutor()Ljava/util/concurrent/ExecutorService;
move-result-object v0
return-object v0
.end method