- 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
111 lines
3.4 KiB
Smali
111 lines
3.4 KiB
Smali
.class abstract Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/datastore/preferences/protobuf/ListFieldSchema$ListFieldSchemaLite;,
|
|
Landroidx/datastore/preferences/protobuf/ListFieldSchema$ListFieldSchemaFull;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final FULL_INSTANCE:Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
|
|
.field private static final LITE_INSTANCE:Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 45
|
|
new-instance v0, Landroidx/datastore/preferences/protobuf/ListFieldSchema$ListFieldSchemaFull;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Landroidx/datastore/preferences/protobuf/ListFieldSchema$ListFieldSchemaFull;-><init>(Landroidx/datastore/preferences/protobuf/ListFieldSchema$1;)V
|
|
|
|
sput-object v0, Landroidx/datastore/preferences/protobuf/ListFieldSchema;->FULL_INSTANCE:Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
|
|
.line 46
|
|
new-instance v0, Landroidx/datastore/preferences/protobuf/ListFieldSchema$ListFieldSchemaLite;
|
|
|
|
invoke-direct {v0, v1}, Landroidx/datastore/preferences/protobuf/ListFieldSchema$ListFieldSchemaLite;-><init>(Landroidx/datastore/preferences/protobuf/ListFieldSchema$1;)V
|
|
|
|
sput-object v0, Landroidx/datastore/preferences/protobuf/ListFieldSchema;->LITE_INSTANCE:Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 43
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Landroidx/datastore/preferences/protobuf/ListFieldSchema$1;)V
|
|
.locals 0
|
|
|
|
.line 41
|
|
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/ListFieldSchema;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static full()Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
.locals 1
|
|
|
|
sget-object v0, Landroidx/datastore/preferences/protobuf/ListFieldSchema;->FULL_INSTANCE:Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static lite()Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
.locals 1
|
|
|
|
sget-object v0, Landroidx/datastore/preferences/protobuf/ListFieldSchema;->LITE_INSTANCE:Landroidx/datastore/preferences/protobuf/ListFieldSchema;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract makeImmutableListAt(Ljava/lang/Object;J)V
|
|
.end method
|
|
|
|
.method public abstract mergeListsAt(Ljava/lang/Object;Ljava/lang/Object;J)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<",
|
|
"L:Ljava/lang/Object;",
|
|
">(",
|
|
"Ljava/lang/Object;",
|
|
"Ljava/lang/Object;",
|
|
"J)V"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract mutableListAt(Ljava/lang/Object;J)Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<",
|
|
"L:Ljava/lang/Object;",
|
|
">(",
|
|
"Ljava/lang/Object;",
|
|
"J)",
|
|
"Ljava/util/List<",
|
|
"T",
|
|
"L;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|