BaseReportStrategy.smali

.class abstract Lcom/sandboxol/report/strategy/BaseReportStrategy;
.super Ljava/lang/Object;
.source "BaseReportStrategy.java"

# interfaces
.implements Lcom/sandboxol/report/strategy/IReportStrategy;


# static fields
.field private static final TAG:Ljava/lang/String; = "com.sandboxol.report.strategy.BaseReportStrategy"


# instance fields
.field private eventMaps:Ljava/util/Map;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;",
            ">;"
        }
    .end annotation
.end field

.field private isInit:Z

.field private lostAppEvent:Ljava/util/List;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/List<",
            "Ljava/lang/String;",
            ">;"
        }
    .end annotation
.end field

.field private lostgameEvent:Ljava/util/Map;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/Map<",
            "Ljava/lang/String;",
            "Ljava/lang/String;",
            ">;"
        }
    .end annotation
.end field

.field private readWriteLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;


# direct methods
.method static constructor <clinit>()V
    .registers 0

    return-void
.end method

.method public constructor <init>()V
    .registers 2

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 2
    new-instance v0, Ljava/util/HashMap;

    invoke-direct {v0}, Ljava/util/HashMap;-><init>()V

    iput-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->eventMaps:Ljava/util/Map;

    .line 3
    new-instance v0, Ljava/util/concurrent/locks/ReentrantReadWriteLock;

    invoke-direct {v0}, Ljava/util/concurrent/locks/ReentrantReadWriteLock;-><init>()V

    iput-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->readWriteLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;

    .line 4
    new-instance v0, Ljava/util/ArrayList;

    invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V

    iput-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->lostAppEvent:Ljava/util/List;

    .line 5
    new-instance v0, Ljava/util/HashMap;

    invoke-direct {v0}, Ljava/util/HashMap;-><init>()V

    iput-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->lostgameEvent:Ljava/util/Map;

    const/4 v0, 0x0

    .line 6
    iput-boolean v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->isInit:Z

    .line 7
    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->initEventWeight()V

    return-void
.end method

.method public constructor <init>(Z)V
    .registers 2

    .line 8
    invoke-direct {p0}, Lcom/sandboxol/report/strategy/BaseReportStrategy;-><init>()V

    if-eqz p1, :cond_9

    .line 9
    invoke-virtual {p0}, Lcom/sandboxol/report/strategy/BaseReportStrategy;->onLoadData()V

    goto :goto_c

    :cond_9
    const/4 p1, 0x1

    .line 10
    iput-boolean p1, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->isInit:Z

    :goto_c
    return-void
.end method

.method static synthetic access$000(Lcom/sandboxol/report/strategy/BaseReportStrategy;)Ljava/util/concurrent/locks/ReentrantReadWriteLock;
    .registers 1

    .line 1
    iget-object p0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->readWriteLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;

    return-object p0
.end method

.method static synthetic access$100(Lcom/sandboxol/report/strategy/BaseReportStrategy;)Ljava/util/Map;
    .registers 1

    .line 1
    iget-object p0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->eventMaps:Ljava/util/Map;

    return-object p0
.end method

.method static synthetic access$202(Lcom/sandboxol/report/strategy/BaseReportStrategy;Z)Z
    .registers 2

    .line 1
    iput-boolean p1, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->isInit:Z

    return p1
.end method

.method static synthetic access$300(Lcom/sandboxol/report/strategy/BaseReportStrategy;)Ljava/util/List;
    .registers 1

    .line 1
    iget-object p0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->lostAppEvent:Ljava/util/List;

    return-object p0
.end method

.method static synthetic access$400(Lcom/sandboxol/report/strategy/BaseReportStrategy;)Ljava/util/Map;
    .registers 1

    .line 1
    iget-object p0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->lostgameEvent:Ljava/util/Map;

    return-object p0
.end method


# virtual methods
.method public clearEvents(Ljava/util/List;)Ljava/util/List;
    .registers 10
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;",
            ">;)",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;",
            ">;"
        }
    .end annotation

    .line 1
    new-instance v0, Ljava/util/ArrayList;

    invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V

    .line 2
    new-instance v1, Ljava/util/ArrayList;

    invoke-direct {v1}, Ljava/util/ArrayList;-><init>()V

    .line 3
    invoke-interface {p1}, Ljava/util/List;->iterator()Ljava/util/Iterator;

    move-result-object p1

    :goto_e
    invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z

    move-result v2

    if-eqz v2, :cond_61

    invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;

    move-result-object v2

    check-cast v2, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;

    .line 4
    invoke-virtual {v2}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->getEvents()Ljava/util/List;

    move-result-object v3

    invoke-interface {v3}, Ljava/util/List;->size()I

    move-result v3

    const/4 v4, 0x0

    .line 5
    invoke-virtual {v2, v4}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->setIsUpdate(Z)V

    .line 6
    invoke-static {}, Lcom/sandboxol/report/helper/NewEventReportHelper;->newInstance()Lcom/sandboxol/report/helper/NewEventReportHelper;

    move-result-object v4

    invoke-virtual {v4, v2}, Lcom/sandboxol/report/helper/NewEventReportHelper;->insertOrReplace(Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;)V

    if-lez v3, :cond_49

    .line 7
    invoke-virtual {v2}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->getEvents()Ljava/util/List;

    move-result-object v4

    add-int/lit8 v3, v3, -0x1

    invoke-interface {v4, v3}, Ljava/util/List;->get(I)Ljava/lang/Object;

    move-result-object v3

    check-cast v3, Lcom/sandboxol/greendao/entity/report/NewEvent;

    invoke-virtual {v3}, Lcom/sandboxol/greendao/entity/report/NewEvent;->getWeight()I

    move-result v3

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->endWeight()I

    move-result v4

    if-ne v3, v4, :cond_49

    .line 8
    invoke-interface {v0, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    goto :goto_e

    .line 9
    :cond_49
    invoke-static {}, Ljava/lang/System;->currentTimeMillis()J

    move-result-wide v3

    .line 10
    invoke-virtual {v2}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->getTimestamp()J

    move-result-wide v5

    sub-long/2addr v3, v5

    const-wide/32 v5, 0x5265c00

    cmp-long v7, v3, v5

    if-lez v7, :cond_5d

    .line 11
    invoke-interface {v0, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    goto :goto_e

    .line 12
    :cond_5d
    invoke-interface {v1, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    goto :goto_e

    .line 13
    :cond_61
    invoke-virtual {p0, v0}, Lcom/sandboxol/report/strategy/BaseReportStrategy;->removeInTrue(Ljava/util/List;)V

    return-object v1
.end method

.method public getEvents()Ljava/util/List;
    .registers 5
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;",
            ">;"
        }
    .end annotation

    .line 1
    new-instance v0, Ljava/util/ArrayList;

    invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V

    .line 2
    iget-object v1, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->eventMaps:Ljava/util/Map;

    invoke-interface {v1}, Ljava/util/Map;->values()Ljava/util/Collection;

    move-result-object v1

    invoke-interface {v1}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;

    move-result-object v1

    :cond_f
    :goto_f
    invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z

    move-result v2

    if-eqz v2, :cond_2f

    invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;

    move-result-object v2

    check-cast v2, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;

    .line 3
    invoke-virtual {v2}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->getEvents()Ljava/util/List;

    move-result-object v3

    invoke-interface {v3}, Ljava/util/List;->size()I

    move-result v3

    if-lez v3, :cond_f

    invoke-virtual {v2}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->getIsUpdate()Z

    move-result v3

    if-eqz v3, :cond_f

    .line 4
    invoke-interface {v0, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    goto :goto_f

    :cond_2f
    return-object v0
.end method

.method public synthetic getStatisticType()I
    .registers 2

    invoke-static {p0}, Lcom/sandboxol/report/strategy/c;->a(Lcom/sandboxol/report/strategy/IReportStrategy;)I

    move-result v0

    return v0
.end method

.method public synthetic initEventWeight()V
    .registers 1

    invoke-static {p0}, Lcom/sandboxol/report/strategy/c;->b(Lcom/sandboxol/report/strategy/IReportStrategy;)V

    return-void
.end method

.method public onAppEvent(Ljava/lang/String;)V
    .registers 6

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->isInit:Z

    if-nez v0, :cond_a

    .line 2
    iget-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->lostAppEvent:Ljava/util/List;

    invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    return-void

    .line 3
    :cond_a
    iget-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->readWriteLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;

    invoke-virtual {v0}, Ljava/util/concurrent/locks/ReentrantReadWriteLock;->readLock()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;

    move-result-object v0

    invoke-virtual {v0}, Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;->lock()V

    .line 4
    iget-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->eventMaps:Ljava/util/Map;

    const-string v1, "app"

    invoke-interface {v0, v1}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;

    move-result-object v0

    check-cast v0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;

    if-nez v0, :cond_32

    .line 5
    new-instance v0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->getEventType()Ljava/lang/String;

    move-result-object v2

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->getPlatform()Ljava/lang/String;

    move-result-object v3

    invoke-direct {v0, v2, v3, v1}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V

    .line 6
    iget-object v2, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->eventMaps:Ljava/util/Map;

    invoke-interface {v2, v1, v0}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;

    goto :goto_39

    .line 7
    :cond_32
    invoke-static {}, Ljava/lang/System;->currentTimeMillis()J

    move-result-wide v1

    invoke-virtual {v0, v1, v2}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->setTimestamp(J)V

    .line 8
    :goto_39
    new-instance v1, Lcom/sandboxol/greendao/entity/report/NewEvent;

    invoke-direct {v1, p1}, Lcom/sandboxol/greendao/entity/report/NewEvent;-><init>(Ljava/lang/String;)V

    .line 9
    invoke-interface {p0, v1}, Lcom/sandboxol/report/strategy/IReportStrategy;->setEventWeight(Lcom/sandboxol/greendao/entity/report/NewEvent;)V

    .line 10
    invoke-virtual {v0}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->getEvents()Ljava/util/List;

    move-result-object p1

    .line 11
    invoke-virtual {p0, p1, v1}, Lcom/sandboxol/report/strategy/BaseReportStrategy;->onFilter(Ljava/util/List;Lcom/sandboxol/greendao/entity/report/NewEvent;)Z

    move-result v2

    if-eqz v2, :cond_59

    .line 12
    invoke-interface {p1, v1}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    const/4 p1, 0x1

    .line 13
    invoke-virtual {v0, p1}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->setIsUpdate(Z)V

    .line 14
    invoke-static {}, Lcom/sandboxol/report/helper/NewEventReportHelper;->newInstance()Lcom/sandboxol/report/helper/NewEventReportHelper;

    move-result-object p1

    invoke-virtual {p1, v0}, Lcom/sandboxol/report/helper/NewEventReportHelper;->insertOrReplace(Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;)V

    .line 15
    :cond_59
    iget-object p1, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->readWriteLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;

    invoke-virtual {p1}, Ljava/util/concurrent/locks/ReentrantReadWriteLock;->readLock()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;

    move-result-object p1

    invoke-virtual {p1}, Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;->unlock()V

    return-void
.end method

.method public onFilter(Ljava/util/List;Lcom/sandboxol/greendao/entity/report/NewEvent;)Z
    .registers 5
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEvent;",
            ">;",
            "Lcom/sandboxol/greendao/entity/report/NewEvent;",
            ")Z"
        }
    .end annotation

    .line 1
    invoke-interface {p1}, Ljava/util/List;->size()I

    move-result v0

    const/4 v1, 0x1

    if-lez v0, :cond_1e

    .line 2
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/report/NewEvent;->getWeight()I

    move-result p2

    invoke-interface {p1}, Ljava/util/List;->size()I

    move-result v0

    sub-int/2addr v0, v1

    invoke-interface {p1, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;

    move-result-object p1

    check-cast p1, Lcom/sandboxol/greendao/entity/report/NewEvent;

    invoke-virtual {p1}, Lcom/sandboxol/greendao/entity/report/NewEvent;->getWeight()I

    move-result p1

    sub-int/2addr p2, p1

    if-ne p2, v1, :cond_29

    return v1

    .line 3
    :cond_1e
    invoke-virtual {p2}, Lcom/sandboxol/greendao/entity/report/NewEvent;->getWeight()I

    move-result p1

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->startWeight()I

    move-result p2

    if-ne p1, p2, :cond_29

    return v1

    :cond_29
    const/4 p1, 0x0

    return p1
.end method

.method public onGameEvent(Ljava/lang/String;Ljava/lang/String;)V
    .registers 7

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->isInit:Z

    if-nez v0, :cond_a

    .line 2
    iget-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->lostgameEvent:Ljava/util/Map;

    invoke-interface {v0, p2, p1}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;

    return-void

    .line 3
    :cond_a
    iget-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->readWriteLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;

    invoke-virtual {v0}, Ljava/util/concurrent/locks/ReentrantReadWriteLock;->readLock()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;

    move-result-object v0

    invoke-virtual {v0}, Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;->lock()V

    .line 4
    iget-object v0, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->eventMaps:Ljava/util/Map;

    invoke-interface {v0, p2}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;

    move-result-object v0

    check-cast v0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;

    if-nez v0, :cond_34

    .line 5
    new-instance v0, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->getEventType()Ljava/lang/String;

    move-result-object v1

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->getPlatform()Ljava/lang/String;

    move-result-object v2

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->getStatisticType()I

    move-result v3

    invoke-direct {v0, v1, v2, p2, v3}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V

    .line 6
    iget-object v1, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->eventMaps:Ljava/util/Map;

    invoke-interface {v1, p2, v0}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;

    goto :goto_3b

    .line 7
    :cond_34
    invoke-static {}, Ljava/lang/System;->currentTimeMillis()J

    move-result-wide v1

    invoke-virtual {v0, v1, v2}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->setTimestamp(J)V

    .line 8
    :goto_3b
    new-instance p2, Lcom/sandboxol/greendao/entity/report/NewEvent;

    invoke-direct {p2, p1}, Lcom/sandboxol/greendao/entity/report/NewEvent;-><init>(Ljava/lang/String;)V

    .line 9
    invoke-interface {p0, p2}, Lcom/sandboxol/report/strategy/IReportStrategy;->setEventWeight(Lcom/sandboxol/greendao/entity/report/NewEvent;)V

    .line 10
    invoke-virtual {v0}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->getEvents()Ljava/util/List;

    move-result-object p1

    .line 11
    invoke-virtual {p0, p1, p2}, Lcom/sandboxol/report/strategy/BaseReportStrategy;->onFilter(Ljava/util/List;Lcom/sandboxol/greendao/entity/report/NewEvent;)Z

    move-result v1

    if-eqz v1, :cond_5b

    .line 12
    invoke-interface {p1, p2}, Ljava/util/List;->add(Ljava/lang/Object;)Z

    const/4 p1, 0x1

    .line 13
    invoke-virtual {v0, p1}, Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;->setIsUpdate(Z)V

    .line 14
    invoke-static {}, Lcom/sandboxol/report/helper/NewEventReportHelper;->newInstance()Lcom/sandboxol/report/helper/NewEventReportHelper;

    move-result-object p1

    invoke-virtual {p1, v0}, Lcom/sandboxol/report/helper/NewEventReportHelper;->insertOrReplace(Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;)V

    .line 15
    :cond_5b
    iget-object p1, p0, Lcom/sandboxol/report/strategy/BaseReportStrategy;->readWriteLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;

    invoke-virtual {p1}, Ljava/util/concurrent/locks/ReentrantReadWriteLock;->readLock()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;

    move-result-object p1

    invoke-virtual {p1}, Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;->unlock()V

    return-void
.end method

.method public onLoadData()V
    .registers 4

    .line 1
    invoke-static {}, Lcom/sandboxol/report/helper/NewEventReportHelper;->newInstance()Lcom/sandboxol/report/helper/NewEventReportHelper;

    move-result-object v0

    invoke-interface {p0}, Lcom/sandboxol/report/strategy/IReportStrategy;->getEventType()Ljava/lang/String;

    move-result-object v1

    new-instance v2, Lcom/sandboxol/report/strategy/BaseReportStrategy$1;

    invoke-direct {v2, p0}, Lcom/sandboxol/report/strategy/BaseReportStrategy$1;-><init>(Lcom/sandboxol/report/strategy/BaseReportStrategy;)V

    invoke-virtual {v0, v1, v2}, Lcom/sandboxol/report/helper/NewEventReportHelper;->loadByEventType(Ljava/lang/String;Lcom/sandboxol/greendao/a/c;)V

    return-void
.end method

.method public synthetic onRemove(Ljava/util/List;)V
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;",
            ">;)V"
        }
    .end annotation

    invoke-static {p0, p1}, Lcom/sandboxol/report/strategy/c;->a(Lcom/sandboxol/report/strategy/IReportStrategy;Ljava/util/List;)V

    return-void
.end method

.method protected removeInTrue(Ljava/util/List;)V
    .registers 3
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List<",
            "Lcom/sandboxol/greendao/entity/report/NewEventInfoRequest;",
            ">;)V"
        }
    .end annotation

    .line 1
    invoke-interface {p0, p1}, Lcom/sandboxol/report/strategy/IReportStrategy;->onRemove(Ljava/util/List;)V

    .line 2
    invoke-static {}, Lcom/sandboxol/report/helper/NewEventReportHelper;->newInstance()Lcom/sandboxol/report/helper/NewEventReportHelper;

    move-result-object v0

    invoke-virtual {v0, p1}, Lcom/sandboxol/report/helper/NewEventReportHelper;->removeEventList(Ljava/util/List;)V

    .line 3
    invoke-virtual {p0}, Lcom/sandboxol/report/strategy/BaseReportStrategy;->onLoadData()V

    return-void
.end method

.method public synthetic setEventWeight(Lcom/sandboxol/greendao/entity/report/NewEvent;)V
    .registers 2

    invoke-static {p0, p1}, Lcom/sandboxol/report/strategy/c;->a(Lcom/sandboxol/report/strategy/IReportStrategy;Lcom/sandboxol/greendao/entity/report/NewEvent;)V

    return-void
.end method