First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,106 @@
.class public Lokhttp3/Cache$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lokhttp3/internal/cache/InternalCache;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/Cache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic this$0:Lokhttp3/Cache;
# direct methods
.method public constructor <init>(Lokhttp3/Cache;)V
.locals 0
iput-object p1, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
.line 143
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public get(Lokhttp3/Request;)Lokhttp3/Response;
.locals 1
iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
.line 145
invoke-virtual {v0, p1}, Lokhttp3/Cache;->get(Lokhttp3/Request;)Lokhttp3/Response;
move-result-object p1
return-object p1
.end method
.method public put(Lokhttp3/Response;)Lokhttp3/internal/cache/CacheRequest;
.locals 1
iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
.line 149
invoke-virtual {v0, p1}, Lokhttp3/Cache;->put(Lokhttp3/Response;)Lokhttp3/internal/cache/CacheRequest;
move-result-object p1
return-object p1
.end method
.method public remove(Lokhttp3/Request;)V
.locals 1
iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
.line 153
invoke-virtual {v0, p1}, Lokhttp3/Cache;->remove(Lokhttp3/Request;)V
return-void
.end method
.method public trackConditionalCacheHit()V
.locals 1
iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
.line 161
invoke-virtual {v0}, Lokhttp3/Cache;->trackConditionalCacheHit()V
return-void
.end method
.method public trackResponse(Lokhttp3/internal/cache/CacheStrategy;)V
.locals 1
iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
.line 165
invoke-virtual {v0, p1}, Lokhttp3/Cache;->trackResponse(Lokhttp3/internal/cache/CacheStrategy;)V
return-void
.end method
.method public update(Lokhttp3/Response;Lokhttp3/Response;)V
.locals 1
iget-object v0, p0, Lokhttp3/Cache$1;->this$0:Lokhttp3/Cache;
.line 157
invoke-virtual {v0, p1, p2}, Lokhttp3/Cache;->update(Lokhttp3/Response;Lokhttp3/Response;)V
return-void
.end method