Files
rr3-apk/smali/androidx/core/view/ContentInfoCompat$Compat31Impl.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

167 lines
4.7 KiB
Smali

.class final Landroidx/core/view/ContentInfoCompat$Compat31Impl;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroidx/core/view/ContentInfoCompat$Compat;
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1f
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/view/ContentInfoCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Compat31Impl"
.end annotation
# instance fields
.field private final mWrapped:Landroid/view/ContentInfo;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method public constructor <init>(Landroid/view/ContentInfo;)V
.locals 0
.param p1 # Landroid/view/ContentInfo;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 441
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 442
invoke-static {p1}, Landroidx/core/util/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
invoke-static {p1}, Landroidx/core/view/ContentInfoCompat$$ExternalSyntheticApiModelOutline0;->m(Ljava/lang/Object;)Landroid/view/ContentInfo;
move-result-object p1
iput-object p1, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
return-void
.end method
# virtual methods
.method public getClip()Landroid/content/ClipData;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
.line 454
invoke-static {v0}, Landroidx/core/view/ContentInfoCompat$Compat31Impl$$ExternalSyntheticApiModelOutline0;->m(Landroid/view/ContentInfo;)Landroid/content/ClipData;
move-result-object v0
return-object v0
.end method
.method public getExtras()Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
.line 478
invoke-static {v0}, Landroidx/core/view/ContentInfoCompat$Compat31Impl$$ExternalSyntheticApiModelOutline1;->m(Landroid/view/ContentInfo;)Landroid/os/Bundle;
move-result-object v0
return-object v0
.end method
.method public getFlags()I
.locals 1
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
.line 466
invoke-static {v0}, Landroidx/core/view/ContentInfoCompat$Compat31Impl$$ExternalSyntheticApiModelOutline3;->m(Landroid/view/ContentInfo;)I
move-result v0
return v0
.end method
.method public getLinkUri()Landroid/net/Uri;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
.line 472
invoke-static {v0}, Landroidx/core/view/ContentInfoCompat$Compat31Impl$$ExternalSyntheticApiModelOutline2;->m(Landroid/view/ContentInfo;)Landroid/net/Uri;
move-result-object v0
return-object v0
.end method
.method public getSource()I
.locals 1
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
.line 460
invoke-static {v0}, Landroidx/core/view/ContentInfoCompat$Compat31Impl$$ExternalSyntheticApiModelOutline4;->m(Landroid/view/ContentInfo;)I
move-result v0
return v0
.end method
.method public getWrapped()Landroid/view/ContentInfo;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
iget-object v0, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
return-object v0
.end method
.method public toString()Ljava/lang/String;
.locals 2
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 484
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "ContentInfoCompat{"
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Landroidx/core/view/ContentInfoCompat$Compat31Impl;->mWrapped:Landroid/view/ContentInfo;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
const-string v1, "}"
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method