Files
rr3-apk/smali/androidx/core/content/ContentProviderCompat.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

44 lines
1.0 KiB
Smali

.class public final Landroidx/core/content/ContentProviderCompat;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method private constructor <init>()V
.locals 0
.line 29
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static requireContext(Landroid/content/ContentProvider;)Landroid/content/Context;
.locals 1
.param p0 # Landroid/content/ContentProvider;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 45
invoke-virtual {p0}, Landroid/content/ContentProvider;->getContext()Landroid/content/Context;
move-result-object p0
if-eqz p0, :cond_0
return-object p0
.line 47
:cond_0
new-instance p0, Ljava/lang/IllegalStateException;
const-string v0, "Cannot find context from the provider."
invoke-direct {p0, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p0
.end method