mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
54 lines
1.2 KiB
Smali
54 lines
1.2 KiB
Smali
|
.class final Lio/sentry/Scope$SessionPair;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "Scope.java"
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lio/sentry/Scope;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x18
|
||
|
name = "SessionPair"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field private final current:Lio/sentry/Session;
|
||
|
|
||
|
.field private final previous:Lio/sentry/Session;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public constructor <init>(Lio/sentry/Session;Lio/sentry/Session;)V
|
||
|
.locals 0
|
||
|
|
||
|
.line 846
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
iput-object p1, p0, Lio/sentry/Scope$SessionPair;->current:Lio/sentry/Session;
|
||
|
|
||
|
iput-object p2, p0, Lio/sentry/Scope$SessionPair;->previous:Lio/sentry/Session;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public getCurrent()Lio/sentry/Session;
|
||
|
.locals 0
|
||
|
|
||
|
iget-object p0, p0, Lio/sentry/Scope$SessionPair;->current:Lio/sentry/Session;
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|
||
|
|
||
|
.method public getPrevious()Lio/sentry/Session;
|
||
|
.locals 0
|
||
|
|
||
|
iget-object p0, p0, Lio/sentry/Scope$SessionPair;->previous:Lio/sentry/Session;
|
||
|
|
||
|
return-object p0
|
||
|
.end method
|