PowerUsageCallback.smali

.class public interface abstract Lcom/ijinshan/kbatterydoctor/powermanager/PowerUsageCallback;
.super Ljava/lang/Object;
.source "PowerUsageCallback.java"


# virtual methods
.method public abstract complete()V
.end method

.method public abstract failed()V
.end method

.method public abstract setData(Ljava/util/List;)V
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/util/List",
            "<",
            "Lcom/ijinshan/kbatterydoctor/powermanager/BatterySipper;",
            ">;)V"
        }
    .end annotation
.end method

.method public abstract setLabel(Ljava/lang/String;)V
.end method

.method public abstract setMaxPower(D)V
.end method

.method public abstract setServicePid(I)V
.end method

.method public abstract setStatsPeriod(J)V
.end method

.method public abstract setTotalPower(D)V
.end method