o.smali
.class Lcom/google/android/datatransport/runtime/o;
.super Ljava/lang/Object;
.source "SafeLoggingExecutor.java"
# interfaces
.implements Ljava/util/concurrent/Executor;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/datatransport/runtime/o$a;
}
.end annotation
# instance fields
.field private final a:Ljava/util/concurrent/Executor;
# direct methods
.method constructor <init>(Ljava/util/concurrent/Executor;)V
.registers 2
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/google/android/datatransport/runtime/o;->a:Ljava/util/concurrent/Executor;
return-void
.end method
# virtual methods
.method public execute(Ljava/lang/Runnable;)V
.registers 4
.line 1
iget-object v0, p0, Lcom/google/android/datatransport/runtime/o;->a:Ljava/util/concurrent/Executor;
new-instance v1, Lcom/google/android/datatransport/runtime/o$a;
invoke-direct {v1, p1}, Lcom/google/android/datatransport/runtime/o$a;-><init>(Ljava/lang/Runnable;)V
invoke-interface {v0, v1}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
return-void
.end method