mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
76 lines
1.5 KiB
Smali
76 lines
1.5 KiB
Smali
.class public final Lio/sentry/util/thread/NoOpMainThreadChecker;
|
|
.super Ljava/lang/Object;
|
|
.source "NoOpMainThreadChecker.java"
|
|
|
|
# interfaces
|
|
.implements Lio/sentry/util/thread/IMainThreadChecker;
|
|
|
|
|
|
# static fields
|
|
.field private static final instance:Lio/sentry/util/thread/NoOpMainThreadChecker;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 10
|
|
new-instance v0, Lio/sentry/util/thread/NoOpMainThreadChecker;
|
|
|
|
invoke-direct {v0}, Lio/sentry/util/thread/NoOpMainThreadChecker;-><init>()V
|
|
|
|
sput-object v0, Lio/sentry/util/thread/NoOpMainThreadChecker;->instance:Lio/sentry/util/thread/NoOpMainThreadChecker;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 8
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getInstance()Lio/sentry/util/thread/NoOpMainThreadChecker;
|
|
.locals 1
|
|
|
|
sget-object v0, Lio/sentry/util/thread/NoOpMainThreadChecker;->instance:Lio/sentry/util/thread/NoOpMainThreadChecker;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public isMainThread()Z
|
|
.locals 0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public isMainThread(J)Z
|
|
.locals 0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public isMainThread(Lio/sentry/protocol/SentryThread;)Z
|
|
.locals 0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public isMainThread(Ljava/lang/Thread;)Z
|
|
.locals 0
|
|
|
|
const/4 p0, 0x0
|
|
|
|
return p0
|
|
.end method
|