.class public Landroidx/lifecycle/MutableLiveData; .super Landroidx/lifecycle/LiveData; .source "MutableLiveData.java" # annotations .annotation system Ldalvik/annotation/Signature; value = { "", "Landroidx/lifecycle/LiveData<", "TT;>;" } .end annotation # direct methods .method public constructor ()V .registers 1 .line 25 invoke-direct {p0}, Landroidx/lifecycle/LiveData;->()V return-void .end method # virtual methods .method public postValue(Ljava/lang/Object;)V .registers 2 .annotation system Ldalvik/annotation/Signature; value = { "(TT;)V" } .end annotation .line 28 invoke-super {p0, p1}, Landroidx/lifecycle/LiveData;->postValue(Ljava/lang/Object;)V return-void .end method .method public setValue(Ljava/lang/Object;)V .registers 2 .annotation system Ldalvik/annotation/Signature; value = { "(TT;)V" } .end annotation .line 33 invoke-super {p0, p1}, Landroidx/lifecycle/LiveData;->setValue(Ljava/lang/Object;)V return-void .end method