63 lines
1.2 KiB
Smali
63 lines
1.2 KiB
Smali
|
.class public final Lr0/a$a;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "BackpressureOverflow.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Lr0/a$b;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
||
|
value = Lr0/a;
|
||
|
.end annotation
|
||
|
|
||
|
.annotation system Ldalvik/annotation/InnerClass;
|
||
|
accessFlags = 0x19
|
||
|
name = "a"
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field public static final a:Lr0/a$a;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public static constructor <clinit>()V
|
||
|
.locals 1
|
||
|
|
||
|
new-instance v0, Lr0/a$a;
|
||
|
|
||
|
invoke-direct {v0}, Lr0/a$a;-><init>()V
|
||
|
|
||
|
sput-object v0, Lr0/a$a;->a:Lr0/a$a;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method public constructor <init>()V
|
||
|
.locals 0
|
||
|
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public a()Z
|
||
|
.locals 2
|
||
|
.annotation system Ldalvik/annotation/Throws;
|
||
|
value = {
|
||
|
Lrx/exceptions/MissingBackpressureException;
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
new-instance v0, Lrx/exceptions/MissingBackpressureException;
|
||
|
|
||
|
const-string v1, "Overflowed buffer"
|
||
|
|
||
|
invoke-direct {v0, v1}, Lrx/exceptions/MissingBackpressureException;-><init>(Ljava/lang/String;)V
|
||
|
|
||
|
throw v0
|
||
|
.end method
|