ErrorDialogFragments$Honeycomb.smali
.class public Lorg/greenrobot/eventbus/util/ErrorDialogFragments$Honeycomb;
.super Landroid/app/DialogFragment;
.source "ErrorDialogFragments.java"
# interfaces
.implements Landroid/content/DialogInterface$OnClickListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lorg/greenrobot/eventbus/util/ErrorDialogFragments;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Honeycomb"
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
.line 68
invoke-direct {p0}, Landroid/app/DialogFragment;-><init>()V
return-void
.end method
# virtual methods
.method public onClick(Landroid/content/DialogInterface;I)V
.registers 5
.line 76
invoke-virtual {p0}, Lorg/greenrobot/eventbus/util/ErrorDialogFragments$Honeycomb;->getActivity()Landroid/app/Activity;
move-result-object v0
invoke-virtual {p0}, Lorg/greenrobot/eventbus/util/ErrorDialogFragments$Honeycomb;->getArguments()Landroid/os/Bundle;
move-result-object v1
invoke-static {p1, p2, v0, v1}, Lorg/greenrobot/eventbus/util/ErrorDialogFragments;->handleOnClick(Landroid/content/DialogInterface;ILandroid/app/Activity;Landroid/os/Bundle;)V
return-void
.end method
.method public onCreateDialog(Landroid/os/Bundle;)Landroid/app/Dialog;
.registers 3
.line 71
invoke-virtual {p0}, Lorg/greenrobot/eventbus/util/ErrorDialogFragments$Honeycomb;->getActivity()Landroid/app/Activity;
move-result-object p1
invoke-virtual {p0}, Lorg/greenrobot/eventbus/util/ErrorDialogFragments$Honeycomb;->getArguments()Landroid/os/Bundle;
move-result-object v0
invoke-static {p1, v0, p0}, Lorg/greenrobot/eventbus/util/ErrorDialogFragments;->createDialog(Landroid/content/Context;Landroid/os/Bundle;Landroid/content/DialogInterface$OnClickListener;)Landroid/app/Dialog;
move-result-object p1
return-object p1
.end method