Files
rr3-apk/smali/androidx/datastore/preferences/protobuf/SourceContext.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

620 lines
22 KiB
Smali

.class public final Landroidx/datastore/preferences/protobuf/SourceContext;
.super Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
.source "SourceFile"
# interfaces
.implements Landroidx/datastore/preferences/protobuf/SourceContextOrBuilder;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/datastore/preferences/protobuf/SourceContext$Builder;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/datastore/preferences/protobuf/GeneratedMessageLite<",
"Landroidx/datastore/preferences/protobuf/SourceContext;",
"Landroidx/datastore/preferences/protobuf/SourceContext$Builder;",
">;",
"Landroidx/datastore/preferences/protobuf/SourceContextOrBuilder;"
}
.end annotation
# static fields
.field private static final DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.field public static final FILE_NAME_FIELD_NUMBER:I = 0x1
.field private static volatile PARSER:Landroidx/datastore/preferences/protobuf/Parser;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/datastore/preferences/protobuf/Parser<",
"Landroidx/datastore/preferences/protobuf/SourceContext;",
">;"
}
.end annotation
.end field
# instance fields
.field private fileName_:Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 328
new-instance v0, Landroidx/datastore/preferences/protobuf/SourceContext;
invoke-direct {v0}, Landroidx/datastore/preferences/protobuf/SourceContext;-><init>()V
sput-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
const-class v1, Landroidx/datastore/preferences/protobuf/SourceContext;
.line 332
invoke-static {v1, v0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->registerDefaultInstance(Ljava/lang/Class;Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;)V
return-void
.end method
.method private constructor <init>()V
.locals 1
.line 19
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;-><init>()V
const-string v0, ""
iput-object v0, p0, Landroidx/datastore/preferences/protobuf/SourceContext;->fileName_:Ljava/lang/String;
return-void
.end method
.method public static synthetic access$000()Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
return-object v0
.end method
.method public static synthetic access$100(Landroidx/datastore/preferences/protobuf/SourceContext;Ljava/lang/String;)V
.locals 0
.line 14
invoke-direct {p0, p1}, Landroidx/datastore/preferences/protobuf/SourceContext;->setFileName(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$200(Landroidx/datastore/preferences/protobuf/SourceContext;)V
.locals 0
.line 14
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/SourceContext;->clearFileName()V
return-void
.end method
.method public static synthetic access$300(Landroidx/datastore/preferences/protobuf/SourceContext;Landroidx/datastore/preferences/protobuf/ByteString;)V
.locals 0
.line 14
invoke-direct {p0, p1}, Landroidx/datastore/preferences/protobuf/SourceContext;->setFileNameBytes(Landroidx/datastore/preferences/protobuf/ByteString;)V
return-void
.end method
.method private clearFileName()V
.locals 1
.line 78
invoke-static {}, Landroidx/datastore/preferences/protobuf/SourceContext;->getDefaultInstance()Landroidx/datastore/preferences/protobuf/SourceContext;
move-result-object v0
invoke-virtual {v0}, Landroidx/datastore/preferences/protobuf/SourceContext;->getFileName()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Landroidx/datastore/preferences/protobuf/SourceContext;->fileName_:Ljava/lang/String;
return-void
.end method
.method public static getDefaultInstance()Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
return-object v0
.end method
.method public static newBuilder()Landroidx/datastore/preferences/protobuf/SourceContext$Builder;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 174
invoke-virtual {v0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->createBuilder()Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;
move-result-object v0
check-cast v0, Landroidx/datastore/preferences/protobuf/SourceContext$Builder;
return-object v0
.end method
.method public static newBuilder(Landroidx/datastore/preferences/protobuf/SourceContext;)Landroidx/datastore/preferences/protobuf/SourceContext$Builder;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 177
invoke-virtual {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->createBuilder(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext$Builder;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 151
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 157
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/ByteString;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 115
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/ByteString;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/ByteString;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 122
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/ByteString;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 162
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/CodedInputStream;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 169
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 139
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 146
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 102
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 109
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom([B)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 127
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;[B)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parseFrom([BLandroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/SourceContext;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 134
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;[BLandroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p0
.end method
.method public static parser()Landroidx/datastore/preferences/protobuf/Parser;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Landroidx/datastore/preferences/protobuf/Parser<",
"Landroidx/datastore/preferences/protobuf/SourceContext;",
">;"
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 343
invoke-virtual {v0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->getParserForType()Landroidx/datastore/preferences/protobuf/Parser;
move-result-object v0
return-object v0
.end method
.method private setFileName(Ljava/lang/String;)V
.locals 0
.line 63
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iput-object p1, p0, Landroidx/datastore/preferences/protobuf/SourceContext;->fileName_:Ljava/lang/String;
return-void
.end method
.method private setFileNameBytes(Landroidx/datastore/preferences/protobuf/ByteString;)V
.locals 0
.line 92
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 94
invoke-static {p1}, Landroidx/datastore/preferences/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Landroidx/datastore/preferences/protobuf/ByteString;)V
.line 96
invoke-virtual {p1}, Landroidx/datastore/preferences/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Landroidx/datastore/preferences/protobuf/SourceContext;->fileName_:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public final dynamicMethod(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 280
sget-object p2, Landroidx/datastore/preferences/protobuf/SourceContext$1;->$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke:[I
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
move-result p1
aget p1, p2, p1
const/4 p2, 0x0
packed-switch p1, :pswitch_data_0
.line 321
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
:pswitch_0
return-object p2
:pswitch_1
const/4 p1, 0x1
.line 315
invoke-static {p1}, Ljava/lang/Byte;->valueOf(B)Ljava/lang/Byte;
move-result-object p1
return-object p1
:pswitch_2
sget-object p1, Landroidx/datastore/preferences/protobuf/SourceContext;->PARSER:Landroidx/datastore/preferences/protobuf/Parser;
if-nez p1, :cond_1
const-class p2, Landroidx/datastore/preferences/protobuf/SourceContext;
.line 302
monitor-enter p2
:try_start_0
sget-object p1, Landroidx/datastore/preferences/protobuf/SourceContext;->PARSER:Landroidx/datastore/preferences/protobuf/Parser;
if-nez p1, :cond_0
.line 305
new-instance p1, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
sget-object p3, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
invoke-direct {p1, p3}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;)V
sput-object p1, Landroidx/datastore/preferences/protobuf/SourceContext;->PARSER:Landroidx/datastore/preferences/protobuf/Parser;
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
.line 310
:cond_0
:goto_0
monitor-exit p2
goto :goto_2
:goto_1
monitor-exit p2
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
:cond_1
:goto_2
return-object p1
:pswitch_3
sget-object p1, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
return-object p1
:pswitch_4
const-string p1, "fileName_"
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string p2, "\u0000\u0001\u0000\u0000\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u0208"
sget-object p3, Landroidx/datastore/preferences/protobuf/SourceContext;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/SourceContext;
.line 293
invoke-static {p3, p2, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->newMessageInfo(Landroidx/datastore/preferences/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.line 285
:pswitch_5
new-instance p1, Landroidx/datastore/preferences/protobuf/SourceContext$Builder;
invoke-direct {p1, p2}, Landroidx/datastore/preferences/protobuf/SourceContext$Builder;-><init>(Landroidx/datastore/preferences/protobuf/SourceContext$1;)V
return-object p1
.line 282
:pswitch_6
new-instance p1, Landroidx/datastore/preferences/protobuf/SourceContext;
invoke-direct {p1}, Landroidx/datastore/preferences/protobuf/SourceContext;-><init>()V
return-object p1
nop
:pswitch_data_0
.packed-switch 0x1
:pswitch_6
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public getFileName()Ljava/lang/String;
.locals 1
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/SourceContext;->fileName_:Ljava/lang/String;
return-object v0
.end method
.method public getFileNameBytes()Landroidx/datastore/preferences/protobuf/ByteString;
.locals 1
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/SourceContext;->fileName_:Ljava/lang/String;
.line 49
invoke-static {v0}, Landroidx/datastore/preferences/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Landroidx/datastore/preferences/protobuf/ByteString;
move-result-object v0
return-object v0
.end method