68 lines
1.6 KiB
Smali
68 lines
1.6 KiB
Smali
.class Lcom/google/common/util/concurrent/ServiceManager$2;
|
|
.super Ljava/lang/Object;
|
|
.source "ServiceManager.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/util/concurrent/ServiceManager;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcom/google/common/util/concurrent/ListenerCallQueue$Event<",
|
|
"Lcom/google/common/util/concurrent/ServiceManager$Listener;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public call(Lcom/google/common/util/concurrent/ServiceManager$Listener;)V
|
|
.locals 0
|
|
|
|
.line 2
|
|
invoke-virtual {p1}, Lcom/google/common/util/concurrent/ServiceManager$Listener;->stopped()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public bridge synthetic call(Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
check-cast p1, Lcom/google/common/util/concurrent/ServiceManager$Listener;
|
|
|
|
invoke-virtual {p0, p1}, Lcom/google/common/util/concurrent/ServiceManager$2;->call(Lcom/google/common/util/concurrent/ServiceManager$Listener;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "stopped()"
|
|
|
|
return-object v0
|
|
.end method
|