- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
183 lines
5.9 KiB
Smali
183 lines
5.9 KiB
Smali
.class Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;
|
|
.super Ljava/util/AbstractList;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/RandomAccess;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "ByteStringListView"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/AbstractList<",
|
|
"Landroidx/datastore/preferences/protobuf/ByteString;",
|
|
">;",
|
|
"Ljava/util/RandomAccess;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final list:Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroidx/datastore/preferences/protobuf/LazyStringArrayList;)V
|
|
.locals 0
|
|
|
|
.line 370
|
|
invoke-direct {p0}, Ljava/util/AbstractList;-><init>()V
|
|
|
|
iput-object p1, p0, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->list:Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public add(ILandroidx/datastore/preferences/protobuf/ByteString;)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->list:Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
|
|
.line 393
|
|
invoke-static {v0, p1, p2}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList;->access$500(Landroidx/datastore/preferences/protobuf/LazyStringArrayList;ILandroidx/datastore/preferences/protobuf/ByteString;)V
|
|
|
|
iget p1, p0, Ljava/util/AbstractList;->modCount:I
|
|
|
|
add-int/lit8 p1, p1, 0x1
|
|
|
|
iput p1, p0, Ljava/util/AbstractList;->modCount:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public bridge synthetic add(ILjava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 367
|
|
check-cast p2, Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
invoke-virtual {p0, p1, p2}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->add(ILandroidx/datastore/preferences/protobuf/ByteString;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public get(I)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->list:Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
|
|
.line 376
|
|
invoke-virtual {v0, p1}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList;->getByteString(I)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic get(I)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 367
|
|
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->get(I)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public remove(I)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->list:Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
|
|
.line 399
|
|
invoke-virtual {v0, p1}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList;->remove(I)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
iget v0, p0, Ljava/util/AbstractList;->modCount:I
|
|
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
iput v0, p0, Ljava/util/AbstractList;->modCount:I
|
|
|
|
.line 401
|
|
invoke-static {p1}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList;->access$400(Ljava/lang/Object;)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic remove(I)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 367
|
|
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->remove(I)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public set(ILandroidx/datastore/preferences/protobuf/ByteString;)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->list:Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
|
|
.line 386
|
|
invoke-static {v0, p1, p2}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList;->access$300(Landroidx/datastore/preferences/protobuf/LazyStringArrayList;ILandroidx/datastore/preferences/protobuf/ByteString;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
iget p2, p0, Ljava/util/AbstractList;->modCount:I
|
|
|
|
add-int/lit8 p2, p2, 0x1
|
|
|
|
iput p2, p0, Ljava/util/AbstractList;->modCount:I
|
|
|
|
.line 388
|
|
invoke-static {p1}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList;->access$400(Ljava/lang/Object;)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public bridge synthetic set(ILjava/lang/Object;)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 367
|
|
check-cast p2, Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
invoke-virtual {p0, p1, p2}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->set(ILandroidx/datastore/preferences/protobuf/ByteString;)Landroidx/datastore/preferences/protobuf/ByteString;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public size()I
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/LazyStringArrayList$ByteStringListView;->list:Landroidx/datastore/preferences/protobuf/LazyStringArrayList;
|
|
|
|
.line 381
|
|
invoke-virtual {v0}, Landroidx/datastore/preferences/protobuf/LazyStringArrayList;->size()I
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|