Files
rr3-apk/smali_classes3/com/google/protobuf/ManifestSchemaFactory$1.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

67 lines
1.4 KiB
Smali

.class public Lcom/google/protobuf/ManifestSchemaFactory$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/protobuf/MessageInfoFactory;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/ManifestSchemaFactory;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 153
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public isSupported(Ljava/lang/Class;)Z
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"*>;)Z"
}
.end annotation
const/4 p1, 0x0
return p1
.end method
.method public messageInfoFor(Ljava/lang/Class;)Lcom/google/protobuf/MessageInfo;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"*>;)",
"Lcom/google/protobuf/MessageInfo;"
}
.end annotation
.line 161
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "This should never be called."
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method