428 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			428 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
.class public Lcom/google/firebase/components/Component$Builder;
 | 
						|
.super Ljava/lang/Object;
 | 
						|
.source "Component.java"
 | 
						|
 | 
						|
 | 
						|
# annotations
 | 
						|
.annotation system Ldalvik/annotation/EnclosingClass;
 | 
						|
    value = Lcom/google/firebase/components/Component;
 | 
						|
.end annotation
 | 
						|
 | 
						|
.annotation system Ldalvik/annotation/InnerClass;
 | 
						|
    accessFlags = 0x9
 | 
						|
    name = "Builder"
 | 
						|
.end annotation
 | 
						|
 | 
						|
.annotation system Ldalvik/annotation/Signature;
 | 
						|
    value = {
 | 
						|
        "<T:",
 | 
						|
        "Ljava/lang/Object;",
 | 
						|
        ">",
 | 
						|
        "Ljava/lang/Object;"
 | 
						|
    }
 | 
						|
.end annotation
 | 
						|
 | 
						|
 | 
						|
# instance fields
 | 
						|
.field private final dependencies:Ljava/util/Set;
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "Ljava/util/Set<",
 | 
						|
            "Lcom/google/firebase/components/Dependency;",
 | 
						|
            ">;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
.end field
 | 
						|
 | 
						|
.field private factory:Lcom/google/firebase/components/ComponentFactory;
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "Lcom/google/firebase/components/ComponentFactory<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
.end field
 | 
						|
 | 
						|
.field private instantiation:I
 | 
						|
 | 
						|
.field private final providedInterfaces:Ljava/util/Set;
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "Ljava/util/Set<",
 | 
						|
            "Ljava/lang/Class<",
 | 
						|
            "-TT;>;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
.end field
 | 
						|
 | 
						|
.field private publishedEvents:Ljava/util/Set;
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "Ljava/util/Set<",
 | 
						|
            "Ljava/lang/Class<",
 | 
						|
            "*>;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
.end field
 | 
						|
 | 
						|
.field private type:I
 | 
						|
 | 
						|
 | 
						|
# direct methods
 | 
						|
.method private varargs constructor <init>(Ljava/lang/Class;[Ljava/lang/Class;)V
 | 
						|
    .locals 3
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "(",
 | 
						|
            "Ljava/lang/Class<",
 | 
						|
            "TT;>;[",
 | 
						|
            "Ljava/lang/Class<",
 | 
						|
            "-TT;>;)V"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .annotation runtime Ljava/lang/SafeVarargs;
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .line 2
 | 
						|
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
 | 
						|
 | 
						|
    .line 3
 | 
						|
    new-instance v0, Ljava/util/HashSet;
 | 
						|
 | 
						|
    invoke-direct {v0}, Ljava/util/HashSet;-><init>()V
 | 
						|
 | 
						|
    iput-object v0, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
 | 
						|
 | 
						|
    .line 4
 | 
						|
    new-instance v1, Ljava/util/HashSet;
 | 
						|
 | 
						|
    invoke-direct {v1}, Ljava/util/HashSet;-><init>()V
 | 
						|
 | 
						|
    iput-object v1, p0, Lcom/google/firebase/components/Component$Builder;->dependencies:Ljava/util/Set;
 | 
						|
 | 
						|
    const/4 v1, 0x0
 | 
						|
 | 
						|
    .line 5
 | 
						|
    iput v1, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
 | 
						|
 | 
						|
    .line 6
 | 
						|
    iput v1, p0, Lcom/google/firebase/components/Component$Builder;->type:I
 | 
						|
 | 
						|
    .line 7
 | 
						|
    new-instance v2, Ljava/util/HashSet;
 | 
						|
 | 
						|
    invoke-direct {v2}, Ljava/util/HashSet;-><init>()V
 | 
						|
 | 
						|
    iput-object v2, p0, Lcom/google/firebase/components/Component$Builder;->publishedEvents:Ljava/util/Set;
 | 
						|
 | 
						|
    const-string v2, "Null interface"
 | 
						|
 | 
						|
    .line 8
 | 
						|
    invoke-static {p1, v2}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
 | 
						|
 | 
						|
    .line 9
 | 
						|
    invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
 | 
						|
 | 
						|
    .line 10
 | 
						|
    array-length p1, p2
 | 
						|
 | 
						|
    :goto_0
 | 
						|
    if-ge v1, p1, :cond_0
 | 
						|
 | 
						|
    aget-object v0, p2, v1
 | 
						|
 | 
						|
    .line 11
 | 
						|
    invoke-static {v0, v2}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
 | 
						|
 | 
						|
    add-int/lit8 v1, v1, 0x1
 | 
						|
 | 
						|
    goto :goto_0
 | 
						|
 | 
						|
    .line 12
 | 
						|
    :cond_0
 | 
						|
    iget-object p1, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
 | 
						|
 | 
						|
    invoke-static {p1, p2}, Ljava/util/Collections;->addAll(Ljava/util/Collection;[Ljava/lang/Object;)Z
 | 
						|
 | 
						|
    return-void
 | 
						|
.end method
 | 
						|
 | 
						|
.method public synthetic constructor <init>(Ljava/lang/Class;[Ljava/lang/Class;Lcom/google/firebase/components/Component$1;)V
 | 
						|
    .locals 0
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-direct {p0, p1, p2}, Lcom/google/firebase/components/Component$Builder;-><init>(Ljava/lang/Class;[Ljava/lang/Class;)V
 | 
						|
 | 
						|
    return-void
 | 
						|
.end method
 | 
						|
 | 
						|
.method public static synthetic access$100(Lcom/google/firebase/components/Component$Builder;)Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 0
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-direct {p0}, Lcom/google/firebase/components/Component$Builder;->intoSet()Lcom/google/firebase/components/Component$Builder;
 | 
						|
 | 
						|
    move-result-object p0
 | 
						|
 | 
						|
    return-object p0
 | 
						|
.end method
 | 
						|
 | 
						|
.method private intoSet()Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 1
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "()",
 | 
						|
            "Lcom/google/firebase/components/Component$Builder<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    const/4 v0, 0x1
 | 
						|
 | 
						|
    .line 1
 | 
						|
    iput v0, p0, Lcom/google/firebase/components/Component$Builder;->type:I
 | 
						|
 | 
						|
    return-object p0
 | 
						|
.end method
 | 
						|
 | 
						|
.method private setInstantiation(I)Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 2
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "(I)",
 | 
						|
            "Lcom/google/firebase/components/Component$Builder<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .line 1
 | 
						|
    iget v0, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
 | 
						|
 | 
						|
    if-nez v0, :cond_0
 | 
						|
 | 
						|
    const/4 v0, 0x1
 | 
						|
 | 
						|
    goto :goto_0
 | 
						|
 | 
						|
    :cond_0
 | 
						|
    const/4 v0, 0x0
 | 
						|
 | 
						|
    :goto_0
 | 
						|
    const-string v1, "Instantiation type has already been set."
 | 
						|
 | 
						|
    invoke-static {v0, v1}, Lcom/google/firebase/components/Preconditions;->checkState(ZLjava/lang/String;)V
 | 
						|
 | 
						|
    .line 2
 | 
						|
    iput p1, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
 | 
						|
 | 
						|
    return-object p0
 | 
						|
.end method
 | 
						|
 | 
						|
.method private validateInterface(Ljava/lang/Class;)V
 | 
						|
    .locals 1
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "(",
 | 
						|
            "Ljava/lang/Class<",
 | 
						|
            "*>;)V"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .line 1
 | 
						|
    iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
 | 
						|
 | 
						|
    .line 2
 | 
						|
    invoke-interface {v0, p1}, Ljava/util/Set;->contains(Ljava/lang/Object;)Z
 | 
						|
 | 
						|
    move-result p1
 | 
						|
 | 
						|
    xor-int/lit8 p1, p1, 0x1
 | 
						|
 | 
						|
    const-string v0, "Components are not allowed to depend on interfaces they themselves provide."
 | 
						|
 | 
						|
    .line 3
 | 
						|
    invoke-static {p1, v0}, Lcom/google/firebase/components/Preconditions;->checkArgument(ZLjava/lang/String;)V
 | 
						|
 | 
						|
    return-void
 | 
						|
.end method
 | 
						|
 | 
						|
 | 
						|
# virtual methods
 | 
						|
.method public add(Lcom/google/firebase/components/Dependency;)Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 1
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "(",
 | 
						|
            "Lcom/google/firebase/components/Dependency;",
 | 
						|
            ")",
 | 
						|
            "Lcom/google/firebase/components/Component$Builder<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    const-string v0, "Null dependency"
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-static {p1, v0}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
 | 
						|
 | 
						|
    .line 2
 | 
						|
    invoke-virtual {p1}, Lcom/google/firebase/components/Dependency;->getInterface()Ljava/lang/Class;
 | 
						|
 | 
						|
    move-result-object v0
 | 
						|
 | 
						|
    invoke-direct {p0, v0}, Lcom/google/firebase/components/Component$Builder;->validateInterface(Ljava/lang/Class;)V
 | 
						|
 | 
						|
    .line 3
 | 
						|
    iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->dependencies:Ljava/util/Set;
 | 
						|
 | 
						|
    invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
 | 
						|
 | 
						|
    return-object p0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public alwaysEager()Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 1
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "()",
 | 
						|
            "Lcom/google/firebase/components/Component$Builder<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    const/4 v0, 0x1
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-direct {p0, v0}, Lcom/google/firebase/components/Component$Builder;->setInstantiation(I)Lcom/google/firebase/components/Component$Builder;
 | 
						|
 | 
						|
    move-result-object v0
 | 
						|
 | 
						|
    return-object v0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public build()Lcom/google/firebase/components/Component;
 | 
						|
    .locals 10
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "()",
 | 
						|
            "Lcom/google/firebase/components/Component<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .line 1
 | 
						|
    iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->factory:Lcom/google/firebase/components/ComponentFactory;
 | 
						|
 | 
						|
    if-eqz v0, :cond_0
 | 
						|
 | 
						|
    const/4 v0, 0x1
 | 
						|
 | 
						|
    goto :goto_0
 | 
						|
 | 
						|
    :cond_0
 | 
						|
    const/4 v0, 0x0
 | 
						|
 | 
						|
    :goto_0
 | 
						|
    const-string v1, "Missing required property: factory."
 | 
						|
 | 
						|
    invoke-static {v0, v1}, Lcom/google/firebase/components/Preconditions;->checkState(ZLjava/lang/String;)V
 | 
						|
 | 
						|
    .line 2
 | 
						|
    new-instance v0, Lcom/google/firebase/components/Component;
 | 
						|
 | 
						|
    new-instance v3, Ljava/util/HashSet;
 | 
						|
 | 
						|
    iget-object v1, p0, Lcom/google/firebase/components/Component$Builder;->providedInterfaces:Ljava/util/Set;
 | 
						|
 | 
						|
    invoke-direct {v3, v1}, Ljava/util/HashSet;-><init>(Ljava/util/Collection;)V
 | 
						|
 | 
						|
    new-instance v4, Ljava/util/HashSet;
 | 
						|
 | 
						|
    iget-object v1, p0, Lcom/google/firebase/components/Component$Builder;->dependencies:Ljava/util/Set;
 | 
						|
 | 
						|
    invoke-direct {v4, v1}, Ljava/util/HashSet;-><init>(Ljava/util/Collection;)V
 | 
						|
 | 
						|
    iget v5, p0, Lcom/google/firebase/components/Component$Builder;->instantiation:I
 | 
						|
 | 
						|
    iget v6, p0, Lcom/google/firebase/components/Component$Builder;->type:I
 | 
						|
 | 
						|
    iget-object v7, p0, Lcom/google/firebase/components/Component$Builder;->factory:Lcom/google/firebase/components/ComponentFactory;
 | 
						|
 | 
						|
    iget-object v8, p0, Lcom/google/firebase/components/Component$Builder;->publishedEvents:Ljava/util/Set;
 | 
						|
 | 
						|
    const/4 v9, 0x0
 | 
						|
 | 
						|
    move-object v2, v0
 | 
						|
 | 
						|
    invoke-direct/range {v2 .. v9}, Lcom/google/firebase/components/Component;-><init>(Ljava/util/Set;Ljava/util/Set;IILcom/google/firebase/components/ComponentFactory;Ljava/util/Set;Lcom/google/firebase/components/Component$1;)V
 | 
						|
 | 
						|
    return-object v0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public eagerInDefaultApp()Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 1
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "()",
 | 
						|
            "Lcom/google/firebase/components/Component$Builder<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    const/4 v0, 0x2
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-direct {p0, v0}, Lcom/google/firebase/components/Component$Builder;->setInstantiation(I)Lcom/google/firebase/components/Component$Builder;
 | 
						|
 | 
						|
    move-result-object v0
 | 
						|
 | 
						|
    return-object v0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public factory(Lcom/google/firebase/components/ComponentFactory;)Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 1
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "(",
 | 
						|
            "Lcom/google/firebase/components/ComponentFactory<",
 | 
						|
            "TT;>;)",
 | 
						|
            "Lcom/google/firebase/components/Component$Builder<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    const-string v0, "Null factory"
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-static {p1, v0}, Lcom/google/firebase/components/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
 | 
						|
 | 
						|
    move-result-object p1
 | 
						|
 | 
						|
    check-cast p1, Lcom/google/firebase/components/ComponentFactory;
 | 
						|
 | 
						|
    iput-object p1, p0, Lcom/google/firebase/components/Component$Builder;->factory:Lcom/google/firebase/components/ComponentFactory;
 | 
						|
 | 
						|
    return-object p0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public publishes(Ljava/lang/Class;)Lcom/google/firebase/components/Component$Builder;
 | 
						|
    .locals 1
 | 
						|
    .annotation system Ldalvik/annotation/Signature;
 | 
						|
        value = {
 | 
						|
            "(",
 | 
						|
            "Ljava/lang/Class<",
 | 
						|
            "*>;)",
 | 
						|
            "Lcom/google/firebase/components/Component$Builder<",
 | 
						|
            "TT;>;"
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .line 1
 | 
						|
    iget-object v0, p0, Lcom/google/firebase/components/Component$Builder;->publishedEvents:Ljava/util/Set;
 | 
						|
 | 
						|
    invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
 | 
						|
 | 
						|
    return-object p0
 | 
						|
.end method
 |