35 lines
737 B
Smali
35 lines
737 B
Smali
|
.class public final synthetic Lx/d/a;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "lambda"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Ljava/lang/Runnable;
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field private final synthetic d:Ljava/util/concurrent/CountDownLatch;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public synthetic constructor <init>(Ljava/util/concurrent/CountDownLatch;)V
|
||
|
.locals 0
|
||
|
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
iput-object p1, p0, Lx/d/a;->d:Ljava/util/concurrent/CountDownLatch;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public final run()V
|
||
|
.locals 1
|
||
|
|
||
|
iget-object v0, p0, Lx/d/a;->d:Ljava/util/concurrent/CountDownLatch;
|
||
|
|
||
|
invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->countDown()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|