.class public abstract Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory; .super Ljava/lang/Object; .source "ErrorDialogFragmentFactory.java" # annotations .annotation system Ldalvik/annotation/MemberClasses; value = { Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory$Honeycomb;, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory$Support; } .end annotation .annotation system Ldalvik/annotation/Signature; value = { "", "Ljava/lang/Object;" } .end annotation # instance fields .field protected final config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; # direct methods .method protected constructor (Lorg/greenrobot/eventbus/util/ErrorDialogConfig;)V .registers 2 .line 31 invoke-direct {p0}, Ljava/lang/Object;->()V .line 32 iput-object p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; return-void .end method # virtual methods .method protected abstract createErrorFragment(Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;Landroid/os/Bundle;)Ljava/lang/Object; .annotation system Ldalvik/annotation/Signature; value = { "(", "Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;", "Landroid/os/Bundle;", ")TT;" } .end annotation .end method .method protected getMessageFor(Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;Landroid/os/Bundle;)Ljava/lang/String; .registers 3 .line 82 iget-object p2, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget-object p1, p1, Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;->throwable:Ljava/lang/Throwable; invoke-virtual {p2, p1}, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->getMessageIdForThrowable(Ljava/lang/Throwable;)I move-result p1 .line 83 iget-object p2, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget-object p2, p2, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->resources:Landroid/content/res/Resources; invoke-virtual {p2, p1}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String; move-result-object p1 return-object p1 .end method .method protected getTitleFor(Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;Landroid/os/Bundle;)Ljava/lang/String; .registers 3 .line 77 iget-object p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget-object p1, p1, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->resources:Landroid/content/res/Resources; iget-object p2, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget p2, p2, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultTitleId:I invoke-virtual {p1, p2}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String; move-result-object p1 return-object p1 .end method .method protected prepareErrorFragment(Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;ZLandroid/os/Bundle;)Ljava/lang/Object; .registers 6 .annotation system Ldalvik/annotation/Signature; value = { "(", "Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;", "Z", "Landroid/os/Bundle;", ")TT;" } .end annotation .line 40 invoke-virtual {p1}, Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;->isSuppressErrorUi()Z move-result v0 if-eqz v0, :cond_8 const/4 p1, 0x0 return-object p1 :cond_8 if-eqz p3, :cond_11 .line 46 invoke-virtual {p3}, Landroid/os/Bundle;->clone()Ljava/lang/Object; move-result-object p3 check-cast p3, Landroid/os/Bundle; goto :goto_16 .line 48 :cond_11 new-instance p3, Landroid/os/Bundle; invoke-direct {p3}, Landroid/os/Bundle;->()V .line 51 :goto_16 const-string v0, "de.greenrobot.eventbus.errordialog.title" invoke-virtual {p3, v0}, Landroid/os/Bundle;->containsKey(Ljava/lang/String;)Z move-result v1 if-nez v1, :cond_25 .line 52 invoke-virtual {p0, p1, p3}, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->getTitleFor(Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;Landroid/os/Bundle;)Ljava/lang/String; move-result-object v1 .line 53 invoke-virtual {p3, v0, v1}, Landroid/os/Bundle;->putString(Ljava/lang/String;Ljava/lang/String;)V .line 55 :cond_25 const-string v0, "de.greenrobot.eventbus.errordialog.message" invoke-virtual {p3, v0}, Landroid/os/Bundle;->containsKey(Ljava/lang/String;)Z move-result v1 if-nez v1, :cond_34 .line 56 invoke-virtual {p0, p1, p3}, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->getMessageFor(Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;Landroid/os/Bundle;)Ljava/lang/String; move-result-object v1 .line 57 invoke-virtual {p3, v0, v1}, Landroid/os/Bundle;->putString(Ljava/lang/String;Ljava/lang/String;)V .line 59 :cond_34 const-string v0, "de.greenrobot.eventbus.errordialog.finish_after_dialog" invoke-virtual {p3, v0}, Landroid/os/Bundle;->containsKey(Ljava/lang/String;)Z move-result v1 if-nez v1, :cond_3f .line 60 invoke-virtual {p3, v0, p2}, Landroid/os/Bundle;->putBoolean(Ljava/lang/String;Z)V .line 62 :cond_3f const-string p2, "de.greenrobot.eventbus.errordialog.event_type_on_close" invoke-virtual {p3, p2}, Landroid/os/Bundle;->containsKey(Ljava/lang/String;)Z move-result v0 if-nez v0, :cond_54 iget-object v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget-object v0, v0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultEventTypeOnDialogClosed:Ljava/lang/Class; if-eqz v0, :cond_54 .line 64 iget-object v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget-object v0, v0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultEventTypeOnDialogClosed:Ljava/lang/Class; invoke-virtual {p3, p2, v0}, Landroid/os/Bundle;->putSerializable(Ljava/lang/String;Ljava/io/Serializable;)V .line 66 :cond_54 const-string p2, "de.greenrobot.eventbus.errordialog.icon_id" invoke-virtual {p3, p2}, Landroid/os/Bundle;->containsKey(Ljava/lang/String;)Z move-result v0 if-nez v0, :cond_69 iget-object v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget v0, v0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultDialogIconId:I if-eqz v0, :cond_69 .line 67 iget-object v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->config:Lorg/greenrobot/eventbus/util/ErrorDialogConfig; iget v0, v0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultDialogIconId:I invoke-virtual {p3, p2, v0}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V .line 69 :cond_69 invoke-virtual {p0, p1, p3}, Lorg/greenrobot/eventbus/util/ErrorDialogFragmentFactory;->createErrorFragment(Lorg/greenrobot/eventbus/util/ThrowableFailureEvent;Landroid/os/Bundle;)Ljava/lang/Object; move-result-object p1 return-object p1 .end method