CachedJobQueue$Cache.smali

.class Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$Cache;
.super Ljava/lang/Object;
.source "SourceFile"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x9
    name = "Cache"
.end annotation

.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$Cache$DelayUntil;
    }
.end annotation


# instance fields
.field public count:Ljava/lang/Integer;

.field public delayUntil:Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$Cache$DelayUntil;


# direct methods
.method private constructor <init>()V
    .registers 1

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

    return-void
.end method

.method public synthetic constructor <init>(Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$1;)V
    .registers 2

    .line 2
    invoke-direct {p0}, Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$Cache;-><init>()V

    return-void
.end method


# virtual methods
.method public invalidateAll()V
    .registers 2

    const/4 v0, 0x0

    .line 1
    iput-object v0, p0, Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$Cache;->count:Ljava/lang/Integer;

    .line 2
    iput-object v0, p0, Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$Cache;->delayUntil:Lcom/path/android/jobqueue/cachedQueue/CachedJobQueue$Cache$DelayUntil;

    return-void
.end method