class android.telephony.MbmsStreamingSession$1 implements android.os.IBinder$DeathRecipient
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.telephony.MbmsStreamingSession$1
  super_class: java.lang.Object
{
  final android.telephony.MbmsStreamingSession this$0;
    descriptor: Landroid/telephony/MbmsStreamingSession;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.telephony.MbmsStreamingSession);
    descriptor: (Landroid/telephony/MbmsStreamingSession;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.telephony.MbmsStreamingSession$1 this
         0: .line 76
            aload 0 /* this */
            aload 1
            putfield android.telephony.MbmsStreamingSession$1.this$0:Landroid/telephony/MbmsStreamingSession;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.telephony.MbmsStreamingSession$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telephony/MbmsStreamingSession$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void binderDied();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.telephony.MbmsStreamingSession$1 this
         0: .line 79
            getstatic android.telephony.MbmsStreamingSession.sIsInitialized:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         1: .line 80
            aload 0 /* this */
            getfield android.telephony.MbmsStreamingSession$1.this$0:Landroid/telephony/MbmsStreamingSession;
            iconst_3
            ldc "Received death notification"
            invokevirtual android.telephony.MbmsStreamingSession.sendErrorToApp:(ILjava/lang/String;)V
         2: .line 81
            return
        end local 0 // android.telephony.MbmsStreamingSession$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/telephony/MbmsStreamingSession$1;
}
SourceFile: "MbmsStreamingSession.java"
EnclosingMethod: android.telephony.MbmsStreamingSession
NestHost: android.telephony.MbmsStreamingSession
InnerClasses:
  public abstract DeathRecipient = android.os.IBinder$DeathRecipient of android.os.IBinder
  android.telephony.MbmsStreamingSession$1