tmap/smali_classes3/com/google/common/util/concurrent/ServiceManagerBridge.smali
2022-06-10 21:38:30 +09:00

26 lines
788 B
Smali

.class interface abstract Lcom/google/common/util/concurrent/ServiceManagerBridge;
.super Ljava/lang/Object;
.source "ServiceManagerBridge.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation runtime Lcom/google/common/util/concurrent/ElementTypesAreNonnullByDefault;
.end annotation
# virtual methods
.method public abstract servicesByState()Lcom/google/common/collect/ImmutableMultimap;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/ImmutableMultimap<",
"Lcom/google/common/util/concurrent/Service$State;",
"Lcom/google/common/util/concurrent/Service;",
">;"
}
.end annotation
.end method