NoOpImageCacheStatsTracker.smali
.class public Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/imagepipeline/cache/ImageCacheStatsTracker;
# static fields
.field private static sInstance:Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
# direct methods
.method static constructor <clinit>()V
.registers 0
return-void
.end method
.method private constructor <init>()V
.registers 1
.line 18
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static declared-synchronized getInstance()Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
.registers 2
const-class v0, Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
monitor-enter v0
.line 22
:try_start_3
sget-object v1, Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;->sInstance:Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
if-nez v1, :cond_e
.line 23
new-instance v1, Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
invoke-direct {v1}, Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;-><init>()V
sput-object v1, Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;->sInstance:Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
.line 25
:cond_e
sget-object v1, Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;->sInstance:Lcom/facebook/imagepipeline/cache/NoOpImageCacheStatsTracker;
:try_end_10
.catchall {:try_start_3 .. :try_end_10} :catchall_12
monitor-exit v0
return-object v1
:catchall_12
move-exception v1
monitor-exit v0
throw v1
.end method
# virtual methods
.method public onBitmapCacheHit(Lcom/facebook/cache/common/CacheKey;)V
.registers 2
return-void
.end method
.method public onBitmapCacheMiss()V
.registers 1
return-void
.end method
.method public onBitmapCachePut()V
.registers 1
return-void
.end method
.method public onDiskCacheGetFail()V
.registers 1
return-void
.end method
.method public onDiskCacheHit(Lcom/facebook/cache/common/CacheKey;)V
.registers 2
return-void
.end method
.method public onDiskCacheMiss()V
.registers 1
return-void
.end method
.method public onMemoryCacheHit(Lcom/facebook/cache/common/CacheKey;)V
.registers 2
return-void
.end method
.method public onMemoryCacheMiss()V
.registers 1
return-void
.end method
.method public onMemoryCachePut()V
.registers 1
return-void
.end method
.method public onStagingAreaHit(Lcom/facebook/cache/common/CacheKey;)V
.registers 2
return-void
.end method
.method public onStagingAreaMiss()V
.registers 1
return-void
.end method
.method public registerBitmapMemoryCache(Lcom/facebook/imagepipeline/cache/CountingMemoryCache;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/imagepipeline/cache/CountingMemoryCache<",
"**>;)V"
}
.end annotation
return-void
.end method
.method public registerEncodedMemoryCache(Lcom/facebook/imagepipeline/cache/CountingMemoryCache;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/imagepipeline/cache/CountingMemoryCache<",
"**>;)V"
}
.end annotation
return-void
.end method